diff options
author | William S Fulton <wsf@fultondesigns.co.uk> | 2014-01-18 21:35:35 +0000 |
---|---|---|
committer | William S Fulton <wsf@fultondesigns.co.uk> | 2014-01-19 00:12:12 +0000 |
commit | 3055a21505b6258fb9e6fc64dae16f99aa1cfff4 (patch) | |
tree | 8743917d5d8c16cfbde96dd60509cbb996f836e4 /configure.ac | |
parent | 9d003ab362a0501c3130583d0f6dcfac21e1a623 (diff) | |
download | swig-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 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3acc2aa9e..f048ccda5 100644 --- a/configure.ac +++ b/configure.ac @@ -2388,6 +2388,7 @@ AC_CONFIG_FILES([ \ Source/Makefile \ Examples/Makefile \ Examples/xml/Makefile \ + Examples/test-suite/errors/Makefile \ Examples/test-suite/chicken/Makefile \ Examples/test-suite/csharp/Makefile \ Examples/test-suite/d/Makefile \ |