summaryrefslogtreecommitdiff
path: root/tests/test-lineno-nr
Commit message (Collapse)AuthorAge
* change CLEANFILES to include instead of just the testname for the executableWill Estes2006-11-09
|
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
|
* we used INCLUDES in another place in the Makefile.am files in the test suiteWill Estes2002-09-27
|
* oops, I typed that last s/// command to perl way wrongWill Estes2002-09-27
|
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for ↵Will Estes2002-09-27
| | | | broken compilers
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
|
* Got rid of flex -s warnings in tests.John Millaway2002-08-16
|
* All prototypes were rewritten to depend upon the macro ↵John Millaway2002-07-25
| | | | | | | YY_TRADITIONAL_FUNC_DEFS, which is defined by default. The generated scanners build cleanly under gcc's traditional strictness and under C++ compilers.
* Prepended explicit license to all test-*/ sources.John Millaway2002-06-25
|
* Added -I . to compiler search path in tests (so it finds the generated ↵John Millaway2002-04-19
| | | | parser.h).
* Added top_builddir to -I path.John Millaway2002-04-19
| | | | Changed $(srcdir)/$(testname) to ./$(testname) in 'make test' rule.
* Created yylineno tests.John Millaway2002-04-18