summaryrefslogtreecommitdiffstats
path: root/c++/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c++/test/Makefile.in')
-rw-r--r--c++/test/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 9af1c96..8c4fcf0 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -37,11 +37,13 @@ LT_LINK_LIB=$(LT) --mode=link $(CXX) -rpath $(libdir)
## executed, generally most specific tests to least specific tests.
RUNTEST=$(LT_RUN)
-TEST_SRC=dsets.cpp testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+TESTHDF5_SRC=testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+TESTHDF5_OBJ=$(TESTHDF5_SRC:.cpp=.lo)
+
+TEST_SRC=dsets.cpp $(TESTHDF5_SRC)
TEST_OBJ=$(TEST_SRC:.cpp=.lo)
TEST_PROGS=dsets testhdf5
-TESTHDF5_OBJ=testhdf5.lo tfile.lo th5s.lo
TEST_SCRIPTS=