Skip to content

Commit

Permalink
try 2: fix test properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Apr 25, 2021
1 parent 05b4046 commit ed70a2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nczarr_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,12 @@ IF(ENABLE_TESTS)
if(ENABLE_NCZARR_S3)
add_sh_test(nczarr_test run_s3_cleanup)
ENDIF()
# These do not work for older versions of CMake (pre 3.20?)
IF(FALSE)
SET_TESTS_PROPERTIES(run_chunkcases PROPERTIES DEPENDS "run_misc")
SET_TESTS_PROPERTIES(run_misc PROPERTIES DEPENDS "run_interop")
SET_TESTS_PROPERTIES(run_interop PROPERTIES DEPENDS "run_purezarr")
ENDIF()

ENDIF(BUILD_UTILITIES)

Expand Down

0 comments on commit ed70a2e

Please sign in to comment.