diff options
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r-- | examples/run-c-ex.sh.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index b41d89d..6bbd6de 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -127,11 +127,13 @@ then RunTest h5_shared_mesg &&\ rm h5_shared_mesg &&\ RunTest h5_vds-eiger &&\ - rm h5_vds-eiger&&\ + rm h5_vds-eiger &&\ RunTest h5_vds-exclim &&\ - rm h5_vds-exclim&&\ + rm h5_vds-exclim &&\ RunTest h5_vds-exc &&\ - rm h5_vds-exc&&\ + rm h5_vds-exc &&\ + RunTest h5_vds-simpleIO &&\ + rm h5_vds-simpleIO &&\ RunTest h5_vds &&\ rm h5_vds); then EXIT_VALUE=${EXIT_SUCCESS} |