diff options
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in index d41a4b6..4db21e7 100644 --- a/c++/test/Makefile.in +++ b/c++/test/Makefile.in @@ -39,7 +39,7 @@ LT_LINK_LIB=$(LT) --mode=link $(CXX) -rpath $(libdir) ## executed, generally most specific tests to least specific tests. RUNTEST=$(LT_RUN) -TESTHDF5_SRC=testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp +TESTHDF5_SRC=testhdf5.cpp tfile.cpp th5s.cpp trefer.cpp h5cpputil.cpp TESTHDF5_OBJ=$(TESTHDF5_SRC:.cpp=.lo) TEST_SRC=dsets.cpp $(TESTHDF5_SRC) |