summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-04-04 19:15:33 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-04-04 19:15:33 (GMT)
commit9ac4faa9230bb97c4e3f7c4465c6a55dbde30e14 (patch)
treeab673f1f0c60dbb09e9841dae863c4b599c36be1 /test
parent96f9feec9b42248505bdc2ba45b57f62955be2da (diff)
downloadhdf5-9ac4faa9230bb97c4e3f7c4465c6a55dbde30e14.zip
hdf5-9ac4faa9230bb97c4e3f7c4465c6a55dbde30e14.tar.gz
hdf5-9ac4faa9230bb97c4e3f7c4465c6a55dbde30e14.tar.bz2
[svn-r22248] Added new files and tests to CMakeLists.txt
Tested: local linux
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ba1b885..36d6ca4 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -85,6 +85,7 @@ SET (HDF5_REFERENCE_TEST_FILES
family_v16_00001.h5
family_v16_00002.h5
family_v16_00003.h5
+ file_image_core_test.h5
fill_old.h5
fixed_idx.h5
filter_error.h5
@@ -106,6 +107,7 @@ SET (HDF5_REFERENCE_TEST_FILES
tlayouto.h5
tmtimen.h5
tmtimeo.h5
+ tsizeslheap.h5
)
FOREACH (h5_file ${HDF5_REFERENCE_TEST_FILES})
@@ -302,6 +304,7 @@ SET (H5_TESTS
tcheck_version
testmeta
#links_env
+ file_image
)
FOREACH (test ${H5_TESTS})
@@ -607,6 +610,7 @@ IF (HDF5_BUILD_GENERATORS AND NOT BUILD_SHARED_LIBS)
gen_udlinks
space_overflow
gen_sizes_lheap
+ gen_file_image
)
FOREACH (gen ${H5_GENERATORS})