Add start of XFAIL_TESTS
This commit is contained in:
parent
9ebd845680
commit
b44da14dea
@ -35,6 +35,10 @@ EXTRA_DIST = \
|
|||||||
# All of the tests to execute via 'make check'
|
# All of the tests to execute via 'make check'
|
||||||
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
|
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
|
||||||
|
|
||||||
|
# Tests which are expected to fail
|
||||||
|
XFAIL_TESTS =
|
||||||
|
|
||||||
|
# Extra files which should be cleaned by 'make clean'
|
||||||
CLEANFILES = test_packbits.tif deleteme*
|
CLEANFILES = test_packbits.tif deleteme*
|
||||||
|
|
||||||
# Executable programs which need to be built in order to support tests
|
# Executable programs which need to be built in order to support tests
|
||||||
|
@ -60,6 +60,7 @@ POST_UNINSTALL = :
|
|||||||
build_triplet = @build@
|
build_triplet = @build@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
target_triplet = @target@
|
target_triplet = @target@
|
||||||
|
XFAIL_TESTS =
|
||||||
check_PROGRAMS = ascii_tag$(EXEEXT) long_tag$(EXEEXT) \
|
check_PROGRAMS = ascii_tag$(EXEEXT) long_tag$(EXEEXT) \
|
||||||
short_tag$(EXEEXT) strip_rw$(EXEEXT) rewrite$(EXEEXT)
|
short_tag$(EXEEXT) strip_rw$(EXEEXT) rewrite$(EXEEXT)
|
||||||
subdir = test
|
subdir = test
|
||||||
@ -373,6 +374,8 @@ EXTRA_DIST = \
|
|||||||
|
|
||||||
# All of the tests to execute via 'make check'
|
# All of the tests to execute via 'make check'
|
||||||
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
|
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
|
||||||
|
|
||||||
|
# Extra files which should be cleaned by 'make clean'
|
||||||
CLEANFILES = test_packbits.tif deleteme*
|
CLEANFILES = test_packbits.tif deleteme*
|
||||||
|
|
||||||
# Test scripts to execute
|
# Test scripts to execute
|
||||||
|
Loading…
Reference in New Issue
Block a user