Correct an issue when linking when large file tests are enabled.

This commit is contained in:
Ward Fisher 2024-07-10 15:00:59 -06:00
parent 78bb39ddcc
commit f5a75607c6

View File

@ -175,7 +175,7 @@ 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)
add_sh_test(nczarr_test run_cachetest)
add_sh_test(nczarr_test run_chunkcases)
ENDIF()