summaryrefslogtreecommitdiffstats
path: root/c++/test
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-19 04:53:19 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-19 04:53:19 (GMT)
commit85134f80303fb49308fe6defc61d42843db5a7e9 (patch)
treeddcc2458d2357755d779cda875e7729401fe83e2 /c++/test
parent25e171a4e7a37f6c408be70e815222c2e80f8e0e (diff)
downloadhdf5-85134f80303fb49308fe6defc61d42843db5a7e9.zip
hdf5-85134f80303fb49308fe6defc61d42843db5a7e9.tar.gz
hdf5-85134f80303fb49308fe6defc61d42843db5a7e9.tar.bz2
[svn-r12781] Purpose: Adding test
Description: Added trefer.cpp to c++/test. Platform tested: AIX 5.1 (copper) HPUX 11.00 (kelgia)
Diffstat (limited to 'c++/test')
-rw-r--r--c++/test/Makefile.in2
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)