From 85134f80303fb49308fe6defc61d42843db5a7e9 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Wed, 18 Oct 2006 23:53:19 -0500 Subject: [svn-r12781] Purpose: Adding test Description: Added trefer.cpp to c++/test. Platform tested: AIX 5.1 (copper) HPUX 11.00 (kelgia) --- c++/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12