summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| | * refactor lineno_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * Remove linedir_r test.Will Estes2014-11-12
| | | | | | | | | | | | The linedir_r test tested the implementation of line number tracking, not its results.
| | * refactor pthread test for new test suite layoutWill Estes2014-11-12
| | |
| | * build reject_[vs]er tests explicitly to pass proper compiler flagsWill Estes2014-11-12
| | |
| | * refactor cxx_yywrap test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor concatenated options test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor include_by_* tests for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor rescan_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * Refactor rescan_nr test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | Also add -r option to testwrapper.sh to support passing input file as a command line argument to the test scanner without using shell redirection.
| | * correct use of objext to OBJEXTWill Estes2014-11-12
| | |
| | * refactor quotes test for new test suite layoutWill Estes2014-11-12
| | |
| | * Refactor reject test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | Split out reject test into its constituant tests. Add .reject tests and .table tests for automake test log generation. Rewrite testwrapper.sh to handle running with a tables file and specifying optional input using command line options rather than positional parameters.
| | * Refactor multiple_scanners_r test for new test suite layout.Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | Also, remove the use of table files from this test as that tests two features at once and we want to be as close to testing one feature at a time as we can be.
| | * refactor multiple_scanners_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor cxx_multiple_scanners test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor c_cxx_nr, c_cxx_r tests for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor cxx_basic test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor posixly_correct test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor yyextra test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor top test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor string_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor string_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor prefix_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor prefix_nr for new test suite layoutWill Estes2014-11-12
| | |
| | * Check if test input file exists.Will Estes2014-11-12
| | | | | | | | | | | | | | | Not all tests have input files, so check if one exists and run the test program accordingly.
| | * refactor posix test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor noansi_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor noansi_nr for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor mem_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor mem_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor header_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor header_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor extended test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor debug_r test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor debug_nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor ccl test for new test suite layoutWill Estes2014-11-12
| | |
| | * use underscores in test file names to silence automake warningsWill Estes2014-11-12
| | |
| | * do not track m4 subdirectory any moreWill Estes2014-11-12
| | |
| | * upgrade automake version to 1.14.1Will Estes2014-11-12
| | | | | | | | | | | | | | | | | | | | | Unfortunately, automake 1.14.1 does not play nicely with AC_CONFIG_AUX_DIR, so upgrading the used automake version required removing the build-aux directory and letting autoconf's installed helper files live more over the tree.
| | * ignore more files generated by texinfoWill Estes2014-11-12
| | |
| | * update gettext version to 0.19Will Estes2014-11-12
| | |
| | * call LT_INIT earlier in configure.acWill Estes2014-11-12
| | |
| | * refactor bison-yylval test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor bison-yylloc test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor bison-nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * refactor array-r test for new test suite layoutWill Estes2014-11-12
| | |
| | * list tests/README with other EXTRA_DIST files in tests/Will Estes2014-11-12
| | |
| | * refactor array-nr test for new test suite layoutWill Estes2014-11-12
| | |
| | * make tests/testwrapper.sh more verbose; find input in srcdirWill Estes2014-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since output is redirected by the automake parallel test suite driver, turn on both -v and -x in bash for the testwrapper.sh shell script. This helps a ton in debugging problems with the test harness itself. In general, the input files are in automake's srcdir and the name of the test includes the relative path to it (even though that's supposed to be ./). Therefore, pass srcdir in AM_LOG_FLAGS and prepend that to the test name as part of constructing the input file's name.
| | * distribute tests/testwrapper.shWill Estes2014-11-12
| | |