mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-31 17:50:26 +08:00
Merge branch 'cmake-fix' of https://github.com/nehaljwani/netcdf-c into gh692
This commit is contained in:
commit
69a418c27d
@ -7,11 +7,9 @@ FOREACH(F ${CDL_EXAMPLE_TESTS})
|
||||
add_sh_test(cdl ${F})
|
||||
ENDFOREACH()
|
||||
|
||||
|
||||
SET_TESTS_PROPERTIES(cdl_do_comps PROPERTIES DEPENDS C_tests_simple_xy_wr)
|
||||
SET_TESTS_PROPERTIES(cdl_do_comps PROPERTIES DEPENDS C_tests_sfc_pres_temp_wr)
|
||||
SET_TESTS_PROPERTIES(cdl_do_comps PROPERTIES DEPENDS C_test_pres_temp_4D_wr)
|
||||
|
||||
|
||||
SET(CLEANFILES simple_xy.nc sfc_pres_temp.nc pres_temp_4D.nc)
|
||||
SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES "${CLEANFILES}")
|
||||
|
@ -178,11 +178,10 @@ ENDIF(MSVC)
|
||||
|
||||
# Known failure on MSVC; the number of 0's padding
|
||||
# is different, but the result is actually correct.
|
||||
add_sh_test(ncdump tst_netcdf4)
|
||||
build_bin_test_no_prefix(tst_h_rdc0)
|
||||
#IF(MSVC)
|
||||
# SET_TESTS_PROPERTIES(ncdump_tst_netcdf4 PROPERTIES WILL_FAIL TRUE)
|
||||
#ENDIF(MSVC)
|
||||
IF(HAVE_BASH)
|
||||
add_sh_test(ncdump tst_netcdf4)
|
||||
build_bin_test_no_prefix(tst_h_rdc0)
|
||||
ENDIF()
|
||||
|
||||
build_bin_test_no_prefix(tst_unicode)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user