mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-06 18:00:24 +08:00
try 2: fix test properties
This commit is contained in:
parent
05b4046173
commit
ed70a2e463
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user