summaryrefslogtreecommitdiffstats
path: root/hl/c++/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'hl/c++/Makefile.in')
-rw-r--r--hl/c++/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/hl/c++/Makefile.in b/hl/c++/Makefile.in
index 4b9d254..f102ce0 100644
--- a/hl/c++/Makefile.in
+++ b/hl/c++/Makefile.in
@@ -478,6 +478,8 @@ HAVE_FORTRAN_2003 = @HAVE_FORTRAN_2003@
HAVE_PTHREAD = @HAVE_PTHREAD@
HDF5_HL = @HDF5_HL@
HDF5_INTERFACES = @HDF5_INTERFACES@
+HDF5_TESTS = @HDF5_TESTS@
+HDF5_TOOLS = @HDF5_TOOLS@
HDF_CXX = @HDF_CXX@
HDF_FORTRAN = @HDF_FORTRAN@
HDF_FORTRAN2003 = @HDF_FORTRAN2003@
@@ -665,7 +667,9 @@ TRACE = perl $(top_srcdir)/bin/trace
# .chklog files are output from those tests.
# *.clog and *.clog2 are from the MPE option.
CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
-SUBDIRS = src test
+@BUILD_TESTS_CONDITIONAL_FALSE@TESTSERIAL_DIR =
+@BUILD_TESTS_CONDITIONAL_TRUE@TESTSERIAL_DIR = test
+SUBDIRS = src $(TESTSERIAL_DIR)
DIST_SUBDIRS = src test examples
# Automake needs to be taught how to build lib, dyn, progs, and tests targets.