summaryrefslogtreecommitdiffstats
path: root/c++/test/Makefile.in
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-22 08:24:24 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2006-10-22 08:24:24 (GMT)
commitfdd56729be8ce04f15dd573557a53c1719eb7ea8 (patch)
treec81d20f7fc7cc0b6648533c9ee8064cc0730746f /c++/test/Makefile.in
parentdaa61b598616713bd39d360aeb9dbbd7ec5803cb (diff)
downloadhdf5-fdd56729be8ce04f15dd573557a53c1719eb7ea8.zip
hdf5-fdd56729be8ce04f15dd573557a53c1719eb7ea8.tar.gz
hdf5-fdd56729be8ce04f15dd573557a53c1719eb7ea8.tar.bz2
[svn-r12796] Purpose: Adding test
Description: Wrappers of H5Rcreate had incorrect prototypes. Fixed and added object reference tests. Platform tested: Linux 2.4 (heping) AIX 5.1 (copper) SunOS 5.8 64-bit (sol)
Diffstat (limited to 'c++/test/Makefile.in')
-rw-r--r--c++/test/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index 19623b4..f7b1c93 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -75,7 +75,8 @@ am__DEPENDENCIES_3 = $(top_builddir)/src/libhdf5.la
dsets_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
$(am__DEPENDENCIES_3)
am_testhdf5_OBJECTS = testhdf5.$(OBJEXT) tattr.$(OBJEXT) \
- tfile.$(OBJEXT) th5s.$(OBJEXT) h5cpputil.$(OBJEXT)
+ tfile.$(OBJEXT) th5s.$(OBJEXT) trefer.$(OBJEXT) \
+ h5cpputil.$(OBJEXT)
testhdf5_OBJECTS = $(am_testhdf5_OBJECTS)
testhdf5_LDADD = $(LDADD)
testhdf5_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
@@ -341,7 +342,9 @@ TEST_PROG = dsets testhdf5
# The tests depend on the hdf5 library, test library, and the c++ library
LDADD = $(LIBH5CPP) $(LIBH5TEST) $(LIBHDF5)
dsets_SOURCES = dsets.cpp h5cpputil.cpp
-testhdf5_SOURCES = testhdf5.cpp tattr.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+testhdf5_SOURCES = testhdf5.cpp tattr.cpp tfile.cpp th5s.cpp trefer.cpp \
+ h5cpputil.cpp
+
# Tell conclude.am that these are C++ tests.
HDF_CXX = yes
@@ -421,6 +424,7 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testhdf5.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tfile.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/th5s.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trefer.Po@am__quote@
.cpp.o:
@am__fastdepCXX_TRUE@ if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \