summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-22 15:59:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-22 15:59:07 (GMT)
commit8a12b57483854929dd9ccbcf107dd1051c6c3a12 (patch)
tree0eed4b85b7088b8c4e357804802627ff61fdc887 /examples/run-c-ex.sh.in
parent5f99891e6dc59524fb6e43ca96a86df22b403c61 (diff)
parentb33a2e7dfe76a2947c12462adb40c88af9c92e75 (diff)
downloadhdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.zip
hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.gz
hdf5-8a12b57483854929dd9ccbcf107dd1051c6c3a12.tar.bz2
Merge pull request #1300 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_tweaks to develop
* commit 'b33a2e7dfe76a2947c12462adb40c88af9c92e75': Fixed warnings in the VOL example and run it from the script. Split H5VLnative.h into public and private files and updated
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 209cdd7..6ff2e9a 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -139,7 +139,9 @@ then
RunTest h5_vds-percival-unlim-maxmin&&\
rm h5_vds-percival-unlim-maxmin &&\
RunTest h5_vds &&\
- rm h5_vds); then
+ rm h5_vds &&\
+ RunTest h5_vol_external_log_native &&\
+ rm h5_vol_external_log_native); then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}