diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 | ||||
-rw-r--r-- | test/Makefile.in | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 0aa70cc..2def39a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -84,8 +84,6 @@ else VFD_LIST = sec2 stdio core split multi family endif -DEFAULT_VFD = @DEFAULT_VFD_NAME@ - # Additional target for running timing test timings _timings: testmeta @for timing in $(TIMINGS) dummy; do \ diff --git a/test/Makefile.in b/test/Makefile.in index c9eaf94..ecdd1df 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -390,7 +390,6 @@ CXXDEPMODE = @CXXDEPMODE@ CXXFLAGS = @CXXFLAGS@ @H5_CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEBUG_PKG = @DEBUG_PKG@ -DEFAULT_VFD_NAME = @DEFAULT_VFD_NAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DYNAMIC_DIRS = @DYNAMIC_DIRS@ @@ -654,7 +653,6 @@ ttsafe_SOURCES = ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c @DIRECT_VFD_CONDITIONAL_FALSE@VFD_LIST = sec2 stdio core split multi family @DIRECT_VFD_CONDITIONAL_TRUE@VFD_LIST = sec2 stdio core split multi family direct -DEFAULT_VFD = @DEFAULT_VFD_NAME@ # Sources for testhdf5 executable testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ |