mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
working on cmake build
This commit is contained in:
parent
22a4898325
commit
976a6e438e
@ -170,14 +170,14 @@ ENDIF()
|
||||
# Known failure on MSVC; the number of 0's padding
|
||||
# is different, but the result is actually correct.
|
||||
#IF(NOT MSVC)
|
||||
add_bin_test_no_prefix(tst_h_rdc0)
|
||||
add_sh_test(ncdump tst_netcdf4)
|
||||
add_bin_test(ncdump tst_h_rdc0)
|
||||
#ENDIF()
|
||||
|
||||
add_bin_test(ncdump tst_unicode)
|
||||
|
||||
add_bin_test(ncdump tst_fillbug)
|
||||
add_sh_test(ncdump_sh tst_fillbug)
|
||||
add_bin_test_no_prefix(tst_fillbug)
|
||||
add_sh_test(ncdump tst_fillbug)
|
||||
|
||||
IF(NOT MSVC)
|
||||
add_sh_test(ncdump tst_netcdf4_4)
|
||||
|
Loading…
Reference in New Issue
Block a user