summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-02-22 03:26:08 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-02-22 03:26:08 (GMT)
commit7881deb15e681d6cee22b8c0f20257c762d115b7 (patch)
treec662fe36061b096a20c838797bda09706eea0154 /examples/run-c-ex.sh.in
parent88b7d8d34cd1c645c22197d440115c05435c816a (diff)
downloadhdf5-7881deb15e681d6cee22b8c0f20257c762d115b7.zip
hdf5-7881deb15e681d6cee22b8c0f20257c762d115b7.tar.gz
hdf5-7881deb15e681d6cee22b8c0f20257c762d115b7.tar.bz2
[svn-r26268] Added VDS example.
I ran bin/reconfigure on jam and it modified test/Makefile.in. May be Neil fixed Makefile.am, but didn't run reconfigure? Tested on jam.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 9b2a2bb..9034f5c 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -125,7 +125,9 @@ then
RunTest h5_elink_unix2win &&\
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
- rm h5_shared_mesg); then
+ rm h5_shared_mesg &&
+ RunTest h5_vds &&
+ rm h5_vds); then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}