Removed a shell test when using visual studio. The test script manually invokes the compiler gcc.

This commit is contained in:
Ward Fisher 2015-01-30 09:40:48 -07:00 committed by Ward Fisher
parent 33ec07444f
commit b1d3304bee

View File

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