Skip to content
Merged

CI fix #3273

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ncdump/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ endif()

if(NOT MSVC AND NOT MINGW)
add_sh_test(ncdump tst_output)
set_tests_properties(ncdump_tst_output PROPERTIES DEPENDS "ref_ctest;ref_ctest64")
add_sh_test(ncdump tst_nccopy3)
# Known failure on MSVC; the number of 0's padding
# is different, but the result is actually correct.
Expand Down
4 changes: 4 additions & 0 deletions ncdump/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ tst_charfill.sh tst_iter.sh tst_formatx3.sh tst_bom.sh \
tst_dimsizes.sh run_ncgen_tests.sh tst_ncgen4_classic.sh \
test_radix.sh test_rcmerge.sh

# tst_output.sh runs ref_ctest and ref_ctest64 internally and
# writes to the same files (ctest0.nc, ctest0_64.nc).
tst_output.log: ref_ctest.log ref_ctest64.log

# The tst_nccopy3.sh test uses output from a bunch of other
# tests. This records the dependency so parallel builds work.
tst_nccopy3.log: tst_calendars.log run_utf8_tests.log tst_output.log \
Expand Down
Loading