mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Added ncdump test tst_inmemory into CMake config file.
This commit is contained in:
parent
a763a5d71d
commit
0cb9631b5c
@ -91,15 +91,23 @@ ENDIF()
|
||||
add_sh_test(ncdump tst_nccopy3)
|
||||
add_sh_test(ncdump tst_charfill)
|
||||
|
||||
# The following test script invokes
|
||||
# gcc directly.
|
||||
IF(CMAKE_COMPILER_IS_GNUCC OR APPLE)
|
||||
add_sh_test(ncdump tst_iter)
|
||||
ENDIF()
|
||||
|
||||
|
||||
add_sh_test(ncdump tst_formatx3)
|
||||
add_sh_test(ncdump tst_bom)
|
||||
|
||||
# The following test script invokes
|
||||
# gcc directly.
|
||||
IF(CMAKE_COMPILER_IS_GNUCC OR APPLE)
|
||||
IF(ENABLE_LARGE_FILE_TESTS)
|
||||
add_sh_test(ncdump tst_iter)
|
||||
ENDIF(ENABLE_LARGE_FILE_TESTS)
|
||||
ENDIF(CMAKE_COMPILER_IS_GNUCC OR APPLE)
|
||||
|
||||
IF(BUILD_DISKLESS)
|
||||
add_sh_test(ncdump tst_inmemory)
|
||||
ENDIF()
|
||||
|
||||
###
|
||||
# This test fails on Visual Studio builds with bash.
|
||||
# It passes, but technically fails because the scientific
|
||||
|
Loading…
Reference in New Issue
Block a user