summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 730161e1..4ca59a02 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,13 +198,16 @@ EXTRA_DIST = testsuite runtime $(wildcard $(srcdir)/*.h) systemtap.spec
p = $(srcdir)/testsuite/parse
s = $(srcdir)/testsuite/sem
t = $(srcdir)/testsuite/trans
+b = $(srcdir)/testsuite/build
TESTS = $(wildcard $(p)ok/*.stp) $(wildcard $(p)ko/*.stp) \
$(wildcard $(s)ok/*.stp) $(wildcard $(s)ko/*.stp) \
- $(wildcard $(t)ok/*.stp) $(wildcard $(t)ko/*.stp)
+ $(wildcard $(t)ok/*.stp) $(wildcard $(t)ko/*.stp) \
+ $(wildcard $(b)ok/*.stp) $(wildcard $(b)ko/*.stp)
XFAIL_TESTS = $(wildcard $(p)ko/*.stp) \
$(wildcard $(s)ko/*.stp) \
- $(wildcard $(t)ko/*.stp)
+ $(wildcard $(t)ko/*.stp) \
+ $(wildcard $(b)ko/*.stp)
TESTS_ENVIRONMENT = $(srcdir)/runtest.sh
all: config.h