summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAge
...
* refactor prefix_nr for new test suite layoutWill Estes2014-11-12
* 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
* 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
* distribute tests/testwrapper.shWill Estes2014-11-12
* refacter alloc-extra for new test suite layoutWill Estes2014-11-12
* refactor basic-r test for new test suite layoutWill Estes2014-11-12
* refactor basic-nr test for new test suite layoutWill Estes2014-11-12
* use automake parallel test suite option to build test suiteWill Estes2014-11-12
* Adjust yylineno properly when rewinding trailing contexts.Till Varoquaux2013-07-02
* Adding test cases for yylex_init_extra.Aaron Stone2007-05-31
* unit test to verify concatenated options parsingWill Estes2007-05-12
* test names weren't displaying in test success/failure messages (from #1591672Will Estes2006-11-08
* add unit test for c++ with yywrapWill Estes2006-10-20
* Added extended, perl-compatible comment syntax.John Millaway2006-03-25
* Added negated character class expressions.John Millaway2006-03-22
* Added test to verify user code is unmangled.John Millaway2006-03-21
* yy_lex_destroy calls yy_init_globals to reset everything for next call to yylex.John Millaway2006-02-15
* Added %top block syntax.John Millaway2003-03-27
* Added test for yypush_buffer_state and yypop_buffer_state.John Millaway2003-03-26
* Added test for #line directives.John Millaway2003-03-26
* Added test for noansi (traditional) options.John Millaway2003-03-26
* rename test to check-local as per Akim Demaille; test for failed testsWill Estes2002-10-11
* use dist_noinst_scripts as per email from Akim DemailleWill Estes2002-10-11
* test c++ with multiple scannersWill Estes2002-10-01
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests t...Will Estes2002-09-23
* Created test for reject.John Millaway2002-09-13
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-13
* make clean before make testWill Estes2002-09-10
* target test: quote the results echoing so that the ECHO_C will work onWill Estes2002-09-03
* add test-c++-basicWill Estes2002-08-21
* Added a test for various DFA table options.John Millaway2002-08-10
* Added test for %option posix-compat and repeat operator.John Millaway2002-07-12
* Added yylex_destroy() to non-reentrant scanner.John Millaway2002-07-09