mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r20161] Correct test properties for test order
Tested: local linux
This commit is contained in:
parent
b36793344f
commit
600bcf0dc3
@ -236,7 +236,9 @@ IF (BUILD_TESTING)
|
||||
-D "TEST_REFERENCE=${testfilter}"
|
||||
-P "${HDF5_RESOURCES_DIR}/grepTest.cmake"
|
||||
)
|
||||
SET_TESTS_PROPERTIES (H5REPACK_VERIFY_LAYOUT-${testname} PROPERTIES DEPENDS H5REPACK-${testname})
|
||||
IF (NOT "${last_test}" STREQUAL "")
|
||||
SET_TESTS_PROPERTIES (H5REPACK_VERIFY_LAYOUT-${testname} PROPERTIES DEPENDS ${last_test})
|
||||
ENDIF (NOT "${last_test}" STREQUAL "")
|
||||
SET (last_test "H5REPACK_VERIFY_LAYOUT-${testname}")
|
||||
ELSE (${resultcode} STREQUAL "0")
|
||||
IF (${testfilter} STREQUAL "CHUNKED")
|
||||
@ -260,8 +262,10 @@ IF (BUILD_TESTING)
|
||||
-D "TEST_REFERENCE=${testfilter}"
|
||||
-P "${HDF5_RESOURCES_DIR}/grepTest.cmake"
|
||||
)
|
||||
SET_TESTS_PROPERTIES (H5REPACK_VERIFY_LAYOUT_ALL-${testname} PROPERTIES DEPENDS H5REPACK-${testname})
|
||||
SET (last_test "H5REPACK_VERIFY_LAYOUT-${testname}")
|
||||
IF (NOT "${last_test}" STREQUAL "")
|
||||
SET_TESTS_PROPERTIES (H5REPACK_VERIFY_LAYOUT_ALL-${testname} PROPERTIES DEPENDS ${last_test})
|
||||
ENDIF (NOT "${last_test}" STREQUAL "")
|
||||
SET (last_test "H5REPACK_VERIFY_LAYOUT_ALL-${testname}")
|
||||
ENDIF (${resultcode} STREQUAL "0")
|
||||
ENDIF (${testtype} STREQUAL "SKIP")
|
||||
ENDMACRO (ADD_H5_VERIFY_TEST)
|
||||
|
Loading…
Reference in New Issue
Block a user