summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAge
* 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
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-09
* Added -I . to compiler search path in tests (so it finds the generated parser...John Millaway2002-04-19
* Added yylineno tests.John Millaway2002-04-18
* test suite changesWill Estes2002-04-08