summaryrefslogtreecommitdiffstats
path: root/c++/test/Makefile.am
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2005-03-20 03:47:55 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2005-03-20 03:47:55 (GMT)
commit2ea54ef9a4ecef9e4c65d9bb93edeb5a6181c809 (patch)
tree8f72c2d3bb5768ae7aa231e8c7dc65d4fef314dd /c++/test/Makefile.am
parent9dad79e3f89fe69857cae152fbcba52b08b19dfd (diff)
downloadhdf5-2ea54ef9a4ecef9e4c65d9bb93edeb5a6181c809.zip
hdf5-2ea54ef9a4ecef9e4c65d9bb93edeb5a6181c809.tar.gz
hdf5-2ea54ef9a4ecef9e4c65d9bb93edeb5a6181c809.tar.bz2
[svn-r10240] Purpose: Adding more tests to C++ API
Description: Added C++ tests for attribute functionality, tattr.cpp. Platforms tested: Linux 2.4 (heping) AIX 5.1 (copper)
Diffstat (limited to 'c++/test/Makefile.am')
-rw-r--r--c++/test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.am b/c++/test/Makefile.am
index 62dfb37..4e221fe 100644
--- a/c++/test/Makefile.am
+++ b/c++/test/Makefile.am
@@ -34,6 +34,6 @@ check_PROGRAMS=$(TEST_PROG)
LDADD=$(LIBH5CPP) $(LIBH5TEST) $(LIBHDF5)
dsets_SOURCES=dsets.cpp h5cpputil.cpp
-testhdf5_SOURCES=testhdf5.cpp tfile.cpp th5s.cpp h5cpputil.cpp
+testhdf5_SOURCES=testhdf5.cpp tattr.cpp tfile.cpp th5s.cpp h5cpputil.cpp
include $(top_srcdir)/config/conclude.am