Skip to content

Commit

Permalink
added dependency for ncdump test ncdump_tst_nccopy3
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 16, 2024
1 parent 56fbacb commit b55fbfe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ncdump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,9 @@ endif()
endif()

set_tests_properties(ncdump_tst_nccopy3 PROPERTIES DEPENDS
"ncdump_tst_calendars;ncdump_run_utf8_tests;ncdump_tst_output;ncdump_tst_64bit;ncdump_run_tests;ncdump_tst_lengths")
"ncdump_tst_calendars;ncdump_run_utf8_tests;ncdump_tst_output;ncdump_tst_64bit;ncdump_run_tests;ncdump_tst_lengths")
set_tests_properties(ncdump_tst_nccopy4 PROPERTIES DEPENDS
"ncdump_ncgen_tests;ncdump_tst_ncgen4;ncdump_tst_fillbug;ncdump_tst_netcdf4_4;ncdump_tst_h_scalar;ncdump_tst_netcdf4")

endif()

Expand Down

0 comments on commit b55fbfe

Please sign in to comment.