diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-12-30 15:06:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-12-30 15:06:07 (GMT) |
commit | e41a15b7f07dc39b7d68f4635965d0b8b440d299 (patch) | |
tree | 811379901e7a2cb954517c52cc5a73e456795881 /test/Makefile.am | |
parent | 5e26cd2d824ea05e5ae5ca3aebaa439a9b80e7fc (diff) | |
download | hdf5-e41a15b7f07dc39b7d68f4635965d0b8b440d299.zip hdf5-e41a15b7f07dc39b7d68f4635965d0b8b440d299.tar.gz hdf5-e41a15b7f07dc39b7d68f4635965d0b8b440d299.tar.bz2 |
Added a missing test file needed for the flushrefresh script.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 3 |
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 |