summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-12-30 16:37:58 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-12-30 16:37:58 (GMT)
commit3908d10f93b250fbfcf6ed1baedf6e4b75b43145 (patch)
tree7007aea75f703dd6031cd2ee35a884afa18cd8fb /test/Makefile.am
parent8215920678c09238ecc86d9eecc03a634f96d2d0 (diff)
parente41a15b7f07dc39b7d68f4635965d0b8b440d299 (diff)
downloadhdf5-3908d10f93b250fbfcf6ed1baedf6e4b75b43145.zip
hdf5-3908d10f93b250fbfcf6ed1baedf6e4b75b43145.tar.gz
hdf5-3908d10f93b250fbfcf6ed1baedf6e4b75b43145.tar.bz2
Merge pull request #226 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:flush_vfd_fix to develop
Added a missing "vfd check" test file for use in scripts (should have been brought from revise_chunks). * commit 'e41a15b7f07dc39b7d68f4635965d0b8b440d299': Added a missing test file needed for the flushrefresh script.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index da89b22..37883c4 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -64,7 +64,8 @@ TEST_PROG= testhdf5 cache cache_api cache_tagging lheap ohdr stab gheap \
# and this lets automake keep all its test programs in one place.
check_PROGRAMS=$(TEST_PROG) error_test err_compat tcheck_version \
testmeta accum_swmr_reader \
- links_env flushrefresh
+ links_env flushrefresh \
+ swmr_check_compat_vfd
if HAVE_SHARED_CONDITIONAL
check_PROGRAMS+= plugin
endif