mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Remove stray character in cmake lfs tests for nczarr.
This commit is contained in:
parent
b8d76fefc2
commit
70ea45ad41
@ -143,8 +143,8 @@ IF(ENABLE_TESTS)
|
||||
add_sh_test(nczarr_test run_ut_misc)
|
||||
add_sh_test(nczarr_test run_ncgen4)
|
||||
if(LARGE_FILE_TESTS)
|
||||
BUILD_BIN_TEST(test_readcaching})
|
||||
BUILD_BIN_TEST(test_writecaching})
|
||||
BUILD_BIN_TEST(test_readcaching)
|
||||
BUILD_BIN_TEST(test_writecaching)
|
||||
BUILD_BIN_TEST(test_chunkcases ${TSTCOMMONSRC})
|
||||
add_sh_test(nczarr_test run_cachetest)
|
||||
add_sh_test(nczarr_test run_chunkcases)
|
||||
|
Loading…
Reference in New Issue
Block a user