diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2016-09-21 17:12:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2016-09-21 17:12:37 (GMT) |
commit | a25cf226632b039d8f97839bb160f229fd7d5286 (patch) | |
tree | 7949b6c184fca5db1205e0b7f1e678a247888de8 /tools | |
parent | f240c5c4221473f6172c6c869bcb268cf7b36da3 (diff) | |
download | hdf5-a25cf226632b039d8f97839bb160f229fd7d5286.zip hdf5-a25cf226632b039d8f97839bb160f229fd7d5286.tar.gz hdf5-a25cf226632b039d8f97839bb160f229fd7d5286.tar.bz2 |
Correct clear objects working dir
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h5ls/CMakeTests.cmake | 1 | ||||
-rw-r--r-- | tools/h5ls/CMakeTestsVDS.cmake | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/tools/h5ls/CMakeTests.cmake b/tools/h5ls/CMakeTests.cmake index 009ea79..2367df8 100644 --- a/tools/h5ls/CMakeTests.cmake +++ b/tools/h5ls/CMakeTests.cmake @@ -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 "") diff --git a/tools/h5ls/CMakeTestsVDS.cmake b/tools/h5ls/CMakeTestsVDS.cmake index 0d08774..e6c216d 100644 --- a/tools/h5ls/CMakeTestsVDS.cmake +++ b/tools/h5ls/CMakeTestsVDS.cmake @@ -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 "") |