mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-17 16:50:18 +08:00
Fence-posted hdf4-related shell script tests on Windows.
This commit is contained in:
parent
61a7dab58f
commit
b04d49166c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user