summaryrefslogtreecommitdiffstats
path: root/utils/test/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-05-11 23:32:32 (GMT)
committerGitHub <noreply@github.com>2022-05-11 23:32:32 (GMT)
commitb2e1a59c73a0b5272047ed4a803e04d92f86015c (patch)
tree7e323366351b281e465d002e1407ad53993c6a84 /utils/test/Makefile.am
parent11a88dbda39fc65bba92f5351d11e203fe2480eb (diff)
downloadhdf5-b2e1a59c73a0b5272047ed4a803e04d92f86015c.zip
hdf5-b2e1a59c73a0b5272047ed4a803e04d92f86015c.tar.gz
hdf5-b2e1a59c73a0b5272047ed4a803e04d92f86015c.tar.bz2
Check for parallel HDF5 before running SWMR acceptance tests (#1764)
Diffstat (limited to 'utils/test/Makefile.am')
-rw-r--r--utils/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/Makefile.am b/utils/test/Makefile.am
index 164562f..ee0a1e2 100644
--- a/utils/test/Makefile.am
+++ b/utils/test/Makefile.am
@@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib
# These are our main targets, the tools
-noinst_PROGRAMS=swmr_check_compat_vfd
+noinst_PROGRAMS=swmr_check_compat_vfd vfd_swmr_check_compat_vfd
# Programs all depend on the hdf5 library, the tools library, and the HL
# library.