summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-12 21:22:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-12 21:22:38 (GMT)
commitdf8026cc51c45c271b9ca439d6b5a13dccacd229 (patch)
treec1d51330a16b33d952154f5850238ba3db37c6fb /test
parentfa416bde84a8c219fa570660bbf3ec8ab16320e7 (diff)
downloadhdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.zip
hdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.tar.gz
hdf5-df8026cc51c45c271b9ca439d6b5a13dccacd229.tar.bz2
[svn-r18780] Corrected typo of variable used by H5srcdir_str.h.in.
No test as it is actually not used in branch
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt44
1 files changed, 22 insertions, 22 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 20e6d11..37ca0ac 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -17,7 +17,7 @@ SET (TEST_LIB_HEADERS
#-----------------------------------------------------------------------------
# Generate the H5srcdir_str.h file containing user settings needed by compilation
#-----------------------------------------------------------------------------
-SET (srdir ${CMAKE_CURRENT_SOURCE_DIR})
+SET (srcdir ${CMAKE_CURRENT_SOURCE_DIR})
CONFIGURE_FILE (${HDF5_TEST_SOURCE_DIR}/H5srcdir_str.h.in H5srcdir_str.h @ONLY)
INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR})
@@ -163,34 +163,34 @@ ENDFOREACH (h5_file ${HDF5_REFERENCE_TEST_FILES})
#-- Copy all the HDF5 files from the test directory into the source directory
SET (HDF5_REFERENCE_TEST_FILES
- mergemsg.h5
- tbogus.h5
- tbad_msg_count.h5
+ be_data.h5
+ be_extlink1.h5
+ be_extlink2.h5
+ corrupt_stab_msg.h5
deflate.h5
- noencoder.h5
- tmtimeo.h5
- tmtimen.h5
+ family_v16_00000.h5
+ family_v16_00001.h5
+ family_v16_00002.h5
+ family_v16_00003.h5
fill_old.h5
- tlayouto.h5
- th5s.h5
- tarrold.h5
- group_old.h5
- corrupt_stab_msg.h5
fixed_idx.h5
- le_extlink2.h5
- be_extlink2.h5
+ group_old.h5
+ le_data.h5
le_extlink1.h5
- be_extlink1.h5
+ le_extlink2.h5
+ mergemsg.h5
+ noencoder.h5
specmetaread.h5
- test_filters_le.hdf5
+ tarrold.h5
+ tbad_msg_count.h5
+ tbogus.h5
test_filters_be.hdf5
+ test_filters_le.hdf5
+ th5s.h5
+ tlayouto.h5
+ tmtimen.h5
+ tmtimeo.h5
vms_data.h5
- le_data.h5
- be_data.h5
- family_v16_00000.h5
- family_v16_00001.h5
- family_v16_00002.h5
- family_v16_00003.h5
)
FOREACH (h5_file ${HDF5_REFERENCE_TEST_FILES})