Skip to content

Commit

Permalink
Correct an issue when ENABLE_LARGE_FILE_TESTS is true.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Jul 10, 2024
1 parent 1cd5fae commit e4882e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nczarr_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,10 @@ IF(NETCDF_ENABLE_TESTS)
if(LARGE_FILE_TESTS)
BUILD_BIN_TEST(test_readcaching)
BUILD_BIN_TEST(test_writecaching)
BUILD_BIN_TEST(test_chunkcases ${TSTCOMMONSRC})

build_bin_test_with_util_lib(test_chunkcases test_utils)
TARGET_INCLUDE_DIRECTORIES(test_chunkcases PUBLIC ../libnczarr)

add_sh_test(nczarr_test run_cachetest)
add_sh_test(nczarr_test run_chunkcases)
ENDIF()
Expand Down

0 comments on commit e4882e2

Please sign in to comment.