summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-13 20:51:56 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-13 22:36:04 +0100
commit12b8a62652e219de255fdd8b3c801c23274130e9 (patch)
treea9f7d040d8bd7c95fe1050bc673e702a1673cd48 /test
parent4173ca344bb7d3fb7c03ebdce0e31aa82dba1192 (diff)
test: Exclude the long running stress tests from make distcheck
tinderbox complains when it is left running for days on end... Reported-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 8cacc9e4..752e9974 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,4 +1,4 @@
-TESTS = \
+stress_TESTS = \
basic-fillrect \
basic-copyarea \
basic-copyarea-size \
@@ -14,7 +14,7 @@ TESTS = \
mixed-stress \
$(NULL)
-check_PROGRAMS = $(TESTS)
+check_PROGRAMS = $(stress_TESTS)
AM_CFLAGS = @CWARNFLAGS@ @X11_CFLAGS@
LDADD = libtest.la @X11_LIBS@