From b44da14deabd18a89c3f81e52adc7221078c872f Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 22 Aug 2009 01:45:32 +0000 Subject: [PATCH] Add start of XFAIL_TESTS --- test/Makefile.am | 4 ++++ test/Makefile.in | 3 +++ 2 files changed, 7 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index e32b39c2..b3dccdb6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 diff --git a/test/Makefile.in b/test/Makefile.in index 34bcacb8..3275652c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -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