summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2014-01-18 21:35:35 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2014-01-19 00:12:12 +0000
commit3055a21505b6258fb9e6fc64dae16f99aa1cfff4 (patch)
tree8743917d5d8c16cfbde96dd60509cbb996f836e4 /Makefile.in
parent9d003ab362a0501c3130583d0f6dcfac21e1a623 (diff)
downloadswig-3055a21505b6258fb9e6fc64dae16f99aa1cfff4.tar.gz
Errors test-suite overhaul
Use makefiles instead of a make.sh script Expected results are in individual .stderr files instead of the expected.log file Add errors test-suite to Travis testing and 'make check'
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index aa1c3d63f..ea7814242 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -89,6 +89,9 @@ skip-d = test -n "@SKIP_D@"
skip-gcj = test -n "@SKIP_GCJ@"
skip-android = test -n "@SKIP_ANDROID@"
+# Special errors test-case
+skip-errors = test -n ""
+
#####################################################################
# CHECK
#####################################################################
@@ -249,6 +252,7 @@ java.actionexample:
# Checks testcases in the test-suite excluding those which are known to be broken
check-test-suite: \
+ check-errors-test-suite \
check-tcl-test-suite \
check-perl5-test-suite \
check-python-test-suite \