From 4b815432e399daba9a8e6c6f0676e95985e930bb Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Fri, 30 Sep 2022 13:21:24 -0600 Subject: [PATCH] Add prepreqs to ncdump/tst_nccopy4, revising some race condition related errors. --- ncdump/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncdump/CMakeLists.txt b/ncdump/CMakeLists.txt index df4fb5a88..39610f803 100644 --- a/ncdump/CMakeLists.txt +++ b/ncdump/CMakeLists.txt @@ -264,7 +264,7 @@ endif() add_sh_test(ncdump tst_netcdf4_4) add_sh_test(ncdump tst_nccopy4) - SET_TESTS_PROPERTIES(ncdump_tst_nccopy4 PROPERTIES DEPENDS "ncdump_run_ncgen_tests;ncdump_tst_output;ncdump_tst_ncgen4;ncdump_tst_fillbug;ncdump_tst_netcdf4_4;ncdump_tst_h_scalar;tst_comp;tst_comp2") + SET_TESTS_PROPERTIES(ncdump_tst_nccopy4 PROPERTIES DEPENDS "ncdump_run_ncgen_tests;ncdump_tst_output;ncdump_tst_ncgen4;ncdump_sh_tst_fillbug;ncdump_tst_netcdf4_4;ncdump_tst_h_scalar;tst_comp;tst_comp2;tst_nans;tst_opaque_data;tst_create_files;tst_special_atts") SET_TESTS_PROPERTIES(ncdump_tst_nccopy5 PROPERTIES DEPENDS "ncdump_tst_nccopy4") ENDIF(USE_HDF5)