summaryrefslogtreecommitdiff
path: root/tests/TEMPLATE
Commit message (Collapse)AuthorAge
* change test template to remove test executable when that executable has an ↵Will Estes2006-11-09
| | | | extension, e.g. under Cygwin
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-11
|
* use builddir in tests that need it in their include pathWill Estes2002-10-10
|
* sometimes we put header files in the builddir and so we should account for thatWill Estes2002-10-10
|
* replace the last instanceWill Estes2002-10-10
|
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for ↵Will Estes2002-09-27
| | | | broken compilers
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-23
|
* Tests now respect CFLAGS, CPPFLAGS, etc..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.
* and we want LFLAGS in the rule to make scanner.c as wellWill Estes2002-04-09
|
* We may want to have LFLAGS readily availableWill Estes2002-04-09
|
* oops, we need to clean objects tooWill Estes2002-04-09
|
* now that config.h lives in the top-level directory, we need to tell the ↵Will Estes2002-04-09
| | | | testsuite
* only one config file header apparently; this will have consequences in the ↵Will Estes2002-04-08
| | | | test suite
* test suite changesWill Estes2002-04-08
|
* Added test-c-cpp-nr and test-c-cpp-r.John Millaway2002-02-21
|
* add OUTPUT to .cvsignore files in test directories; it's also in the ↵Will Estes2002-02-07
| | | | template directory
* more from the same batchWill Estes2001-11-14
|
* Cleaned up the output of the tests.John Millaway2001-08-04
|
* adding .cvsignore files for existing tests/ subdirectoriesWill Estes2001-06-17
|
* create template for .cvsignoreWill Estes2001-06-17
|
* add john millaway's test directoryWill Estes2001-05-18