mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-24 15:25:00 +08:00
Correct clear objects working dir
This commit is contained in:
parent
f240c5c422
commit
a25cf22663
@ -258,6 +258,7 @@
|
||||
tvldtypes2be.out
|
||||
tvldtypes2be.out.err
|
||||
)
|
||||
set_tests_properties (H5LS-clearall-objects PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles")
|
||||
if (NOT "${last_test}" STREQUAL "")
|
||||
set_tests_properties (H5LS-clearall-objects PROPERTIES DEPENDS ${last_test})
|
||||
endif (NOT "${last_test}" STREQUAL "")
|
||||
|
@ -73,7 +73,7 @@
|
||||
add_test (
|
||||
NAME H5LS-${resultfile}-clear-objects
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
-E remove ./testfiles/${resultfile}.out ./testfiles/vds/${resultfile}.out.err
|
||||
-E remove ./testfiles/vds/${resultfile}.out ./testfiles/vds/${resultfile}.out.err
|
||||
)
|
||||
add_test (
|
||||
NAME H5LS-${resultfile}
|
||||
@ -127,6 +127,7 @@
|
||||
tvds_layout-5.out
|
||||
tvds_layout-5.out.err
|
||||
)
|
||||
set_tests_properties (H5LS_VDS-clearall-objects PROPERTIES WORKING_DIRECTORY "${PROJECT_BINARY_DIR}/testfiles/vds")
|
||||
if (NOT "${last_test}" STREQUAL "")
|
||||
set_tests_properties (H5LS_VDS-clearall-objects PROPERTIES DEPENDS ${last_test})
|
||||
endif (NOT "${last_test}" STREQUAL "")
|
||||
|
Loading…
Reference in New Issue
Block a user