diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-01-02 02:17:36 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2007-01-02 02:17:36 (GMT) |
commit | 8e27c898881ac22fb61737edc769fa3cf5372d4e (patch) | |
tree | 5a28fcdadf0a4e31106d8d451c45ec41589931df /c++/test/Makefile.am | |
parent | e5fff45c0909d91912ee6455c0522ca5112b28a3 (diff) | |
download | hdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.zip hdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.tar.gz hdf5-8e27c898881ac22fb61737edc769fa3cf5372d4e.tar.bz2 |
[svn-r13093] Purpose: Adding test
Description:
Added variable-length string tests.
Platforms tested
AIX 5.1 (copper)
SunOS 5.8 64-bit (sol)
Linux 2.6 (kagiso)
Diffstat (limited to 'c++/test/Makefile.am')
-rw-r--r-- | c++/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.am b/c++/test/Makefile.am index bd04acf..61933f5 100644 --- a/c++/test/Makefile.am +++ b/c++/test/Makefile.am @@ -38,7 +38,7 @@ LDADD=$(LIBH5CPP) $(LIBH5TEST) $(LIBHDF5) dsets_SOURCES=dsets.cpp h5cpputil.cpp testhdf5_SOURCES=testhdf5.cpp tattr.cpp tfile.cpp th5s.cpp trefer.cpp \ - h5cpputil.cpp + tvlstr.cpp h5cpputil.cpp # Tell conclude.am that these are C++ tests. HDF_CXX=yes |