summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-14 17:28:05 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2001-03-14 17:28:05 (GMT)
commit28bedc0fffb5dc83cfd597d173772df8b22df01b (patch)
treed6a0f43f5fccaa1a4260b9652a35038920449902 /c++
parent014152842bd87b538e0f65bae20a1adb8bba462b (diff)
downloadhdf5-28bedc0fffb5dc83cfd597d173772df8b22df01b.zip
hdf5-28bedc0fffb5dc83cfd597d173772df8b22df01b.tar.gz
hdf5-28bedc0fffb5dc83cfd597d173772df8b22df01b.tar.bz2
[svn-r3627]
Purpose: Adding C++ API test Description: Added th5s to Makefile.in Platforms tested: arabica (sparc-sun-solaris 2.7)
Diffstat (limited to 'c++')
-rw-r--r--c++/test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index c63a581..78d8fc7 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -30,7 +30,7 @@ LIBHDF5=$(hdf5_builddir)/libhdf5.la
## executed, generally most specific tests to least specific tests.
RUNTEST=$(LT_RUN)
-TEST_SRC=dsets.cpp testhdf5.cpp tfile.cpp
+TEST_SRC=dsets.cpp testhdf5.cpp tfile.cpp th5s.cpp
TEST_OBJ=$(TEST_SRC:.cpp=.lo)
TEST_PROGS=dsets testhdf5
@@ -41,7 +41,7 @@ DISTCLEAN=$(TEST_PROGS_SRC:.cpp=.lo) $(TEST_PROGS_SRC:.cpp=.o) *.h5
$(TEST_PROGS): $(LIB) $(LIBHDF5)
testhdf5: $(TEST_OBJ)
- @$(LT_LINK_EXE) $(CFLAGS) -o $@ testhdf5.lo tfile.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
+ @$(LT_LINK_EXE) $(CFLAGS) -o $@ testhdf5.lo tfile.lo th5s.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)
dsets: dsets.lo
@$(LT_LINK_EXE) $(CFLAGS) -o $@ dsets.lo $(hdf5_builddir)/../test/h5test.lo $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)