summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2015-03-04 17:26:33 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2015-03-04 17:26:33 (GMT)
commit3c9c263e5a86cca9094ece751f430b7eacb250a4 (patch)
tree72a2cbb12f8a2f90caada1163009036e67e1f441 /examples/run-c-ex.sh.in
parent026cf21de89aa4625a0fe53dfc3681605be0d35b (diff)
downloadhdf5-3c9c263e5a86cca9094ece751f430b7eacb250a4.zip
hdf5-3c9c263e5a86cca9094ece751f430b7eacb250a4.tar.gz
hdf5-3c9c263e5a86cca9094ece751f430b7eacb250a4.tar.bz2
[svn-r26359] Added h5_vds-exc.c to misc. files and ran bin/reconfigure.
Tested on jam.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 9034f5c..c4c87b2 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -125,8 +125,10 @@ then
RunTest h5_elink_unix2win &&\
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
- rm h5_shared_mesg &&
- RunTest h5_vds &&
+ rm h5_shared_mesg &&\
+ RunTest h5_vds-exc &&\
+ rm h5_vds-exc&&\
+ RunTest h5_vds &&\
rm h5_vds); then
EXIT_VALUE=${EXIT_SUCCESS}
else