mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Removed a shell test when using visual studio. The test script manually invokes the compiler gcc.
This commit is contained in:
parent
33ec07444f
commit
b1d3304bee
@ -92,7 +92,11 @@ ENDIF()
|
||||
add_sh_test(ncdump run_utf8_tests)
|
||||
add_sh_test(ncdump tst_nccopy3)
|
||||
add_sh_test(ncdump tst_charfill)
|
||||
|
||||
IF(NOT MSVC)
|
||||
add_sh_test(ncdump tst_iter)
|
||||
ENDIF()
|
||||
|
||||
add_sh_test(ncdump tst_formatx3)
|
||||
add_sh_test(ncdump tst_bom)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user