mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r28906] Description:
Added c++/test/tarray.cpp.
This commit is contained in:
parent
0d68aa89ce
commit
a7ef06d593
1
MANIFEST
1
MANIFEST
@ -381,6 +381,7 @@
|
||||
./c++/test/dsets.cpp
|
||||
./c++/test/h5cpputil.cpp
|
||||
./c++/test/h5cpputil.h
|
||||
./c++/test/tarray.cpp
|
||||
./c++/test/tattr.cpp
|
||||
./c++/test/tcompound.cpp
|
||||
./c++/test/tdspl.cpp
|
||||
|
@ -13,6 +13,7 @@ PROJECT (HDF5_CPP_TEST)
|
||||
#-----------------------------------------------------------------------------
|
||||
set (CPP_TEST_SRCS
|
||||
${HDF5_CPP_TEST_SOURCE_DIR}/testhdf5.cpp
|
||||
${HDF5_CPP_TEST_SOURCE_DIR}/tarray.cpp
|
||||
${HDF5_CPP_TEST_SOURCE_DIR}/tattr.cpp
|
||||
${HDF5_CPP_TEST_SOURCE_DIR}/tcompound.cpp
|
||||
${HDF5_CPP_TEST_SOURCE_DIR}/tdspl.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user