fixing test order problem

This commit is contained in:
Ed Hartnett 2017-11-23 07:18:12 -07:00
parent 1456e227ff
commit b4bccb60b3

View File

@ -80,8 +80,8 @@ ENDFOREACH()
# immediately above this comment.
IF(USE_HDF4_FILE_TESTS AND NOT MSVC)
add_bin_test_no_prefix(tst_interops2)
add_bin_test_no_prefix(tst_interops3)
add_sh_test(nc_test4 run_get_hdf4_files)
add_bin_test(nc_test4 tst_interops3)
add_bin_test(nc_test4 tst_bug324)
add_sh_test(nc_test4 tst_formatx_hdf4)
build_bin_test(tst_chunk_hdf4)