fix cygwin build

This commit is contained in:
Dennis Heimbigner 2021-05-19 17:19:33 -06:00
parent 453ad847b9
commit edc2c7af98
2 changed files with 6 additions and 1 deletions

View File

@ -66,7 +66,7 @@ bom tst_dimsizes nctrunc tst_rcmerge
# Tests for classic and 64-bit offset files.
TESTS = tst_inttags.sh run_tests.sh tst_64bit.sh ref_ctest \
ref_ctest64 tst_output.sh tst_lengths.sh tst_calendars.sh \
run_utf8_tests.sh test_unicode_directory.sh tst_nccopy3.sh tst_nccopy3_subset.sh \
run_utf8_tests.sh tst_nccopy3.sh tst_nccopy3_subset.sh \
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
@ -80,6 +80,10 @@ if USE_STRICT_NULL_BYTE_HEADER_PADDING
XFAIL_TESTS += tst_null_byte_padding.sh
endif
if ! ISCYGWIN
TESTS += test_unicode_directory.sh
endif
if LARGE_FILE_TESTS
TESTS += tst_iter.sh
endif

View File

@ -10,6 +10,7 @@ TOPSRCDIR='@abs_top_srcdir@'
TOPBUILDDIR='@abs_top_builddir@'
FP_ISCMAKE=@ISCMAKE@
FP_ISMSVC=@ISMSVC@
FP_ISCYGWIN=@ISCYGWIN@
# Feature flags
FEATURE_HDF5=@HAS_HDF5@