From 3055a21505b6258fb9e6fc64dae16f99aa1cfff4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 18 Jan 2014 21:35:35 +0000 Subject: 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' --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.in') 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 \ -- cgit v1.2.3