Fence-posted hdf4-related shell script tests on Windows.

This commit is contained in:
Ward Fisher 2014-08-29 11:27:55 -06:00
parent 61a7dab58f
commit b04d49166c

View File

@ -31,6 +31,13 @@ ENDIF()
IF(USE_HDF4)
SET(NC4_TESTS ${NC4_TESTS} tst_interops2)
IF(USE_HDF4_FILE_TESTS AND NOT MSVC)
add_sh_test(nc_test4 run_get_hdf4_files)
add_bin_test(nc_test4 tst_interops3)
add_sh_test(nc_test4 tst_formatx_hdf4)
build_bin_test(tst_chunk_hdf4)
add_sh_test(nc_test4 run_chunk_hdf4)
ENDIF()
ENDIF()
IF(BUILD_BENCHMARKS)
@ -59,14 +66,6 @@ FOREACH(CTEST ${NC4_TESTS})
add_bin_test(nc_test4 ${CTEST})
ENDFOREACH()
IF(USE_HDF4_FILE_TESTS)
add_sh_test(nc_test4 run_get_hdf4_files)
add_bin_test(nc_test4 tst_interops3)
add_sh_test(nc_test4 tst_formatx_hdf4)
build_bin_test(tst_chunk_hdf4)
add_sh_test(nc_test4 run_chunk_hdf4)
ENDIF()
IF(TEST_PARALLEL)
build_bin_test(tst_mpi_parallel)
build_bin_test(tst_parallel)