working on cmake build

This commit is contained in:
Ed Hartnett 2017-11-16 17:46:11 -07:00
parent 22a4898325
commit 976a6e438e

View File

@ -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)