diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2015-05-05 21:35:10 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2015-05-05 21:35:10 (GMT) |
commit | bc6873d3bdf0457805a1bcc0ac35478f0f013a74 (patch) | |
tree | 942a4f3445d7dd621ee606ccdee9f41dccb7ef4f /examples/run-c-ex.sh.in | |
parent | eda6bf097aec520926d91e10319420edef1fc95b (diff) | |
download | hdf5-bc6873d3bdf0457805a1bcc0ac35478f0f013a74.zip hdf5-bc6873d3bdf0457805a1bcc0ac35478f0f013a74.tar.gz hdf5-bc6873d3bdf0457805a1bcc0ac35478f0f013a74.tar.bz2 |
[svn-r27025] Enabled compilation and run for the new vds examples for "make installcheck"; added to MANIFET.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r-- | examples/run-c-ex.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index fe19bc8..1661344 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -136,6 +136,10 @@ then rm h5_vds-simpleIO &&\ RunTest h5_vds-percival &&\ rm h5_vds-percival &&\ + RunTest h5_vds-percival-unlim &&\ + rm h5_vds-percival-unlim &&\ + RunTest h5_vds-percival-unlim-maxmin&&\ + rm h5_vds-percival-unlim-maxmin &&\ RunTest h5_vds &&\ rm h5_vds); then EXIT_VALUE=${EXIT_SUCCESS} |