Add start of XFAIL_TESTS

This commit is contained in:
Bob Friesenhahn 2009-08-22 01:45:32 +00:00
parent 9ebd845680
commit b44da14dea
2 changed files with 7 additions and 0 deletions

View File

@ -35,6 +35,10 @@ EXTRA_DIST = \
# All of the tests to execute via 'make check'
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*
# Executable programs which need to be built in order to support tests

View File

@ -60,6 +60,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
target_triplet = @target@
XFAIL_TESTS =
check_PROGRAMS = ascii_tag$(EXEEXT) long_tag$(EXEEXT) \
short_tag$(EXEEXT) strip_rw$(EXEEXT) rewrite$(EXEEXT)
subdir = test
@ -373,6 +374,8 @@ EXTRA_DIST = \
# All of the tests to execute via 'make check'
TESTS = $(check_PROGRAMS) $(TESTSCRIPTS)
# Extra files which should be cleaned by 'make clean'
CLEANFILES = test_packbits.tif deleteme*
# Test scripts to execute