diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 21:22:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-12 21:22:38 (GMT) |
commit | df8026cc51c45c271b9ca439d6b5a13dccacd229 (patch) | |
tree | c1d51330a16b33d952154f5850238ba3db37c6fb | |
parent | fa416bde84a8c219fa570660bbf3ec8ab16320e7 (diff) | |
download | hdf5-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
-rw-r--r-- | c++/test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | hl/test/CMakeLists.txt | 2 | ||||
-rw-r--r-- | test/CMakeLists.txt | 44 |
3 files changed, 24 insertions, 24 deletions
diff --git a/c++/test/CMakeLists.txt b/c++/test/CMakeLists.txt index e48d4ab..ac72772 100644 --- a/c++/test/CMakeLists.txt +++ b/c++/test/CMakeLists.txt @@ -30,7 +30,7 @@ SET (CPP_TEST_SRCS #----------------------------------------------------------------------------- # 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_CPP_TEST_SOURCE_DIR}/H5srcdir_str.h.in H5srcdir_str.h @ONLY) INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR}) diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt index 3369df8..8397417 100644 --- a/hl/test/CMakeLists.txt +++ b/hl/test/CMakeLists.txt @@ -12,7 +12,7 @@ PROJECT (HDF5_HL_TEST) #----------------------------------------------------------------------------- # 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_HL_TEST_SOURCE_DIR}/H5srcdir_str.h.in H5srcdir_str.h @ONLY) INCLUDE_DIRECTORIES (${CMAKE_CURRENT_BINARY_DIR}) 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}) |