summaryrefslogtreecommitdiff
path: root/tests/test-pthread
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* s/yy_globals_t/yyguts_t/gJohn Millaway2002-07-23
| | | | s/yy_globals/yyscanner/g
* 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.
* removed eroneous files listed in EXTRA_DISTWill Estes2002-04-12
|
* ignore Makefile.inWill Estes2002-04-12
|
* put test-pthread under automakeWill Estes2002-04-12
|
* 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
|
* millaway simplified the reentrant api; here's the resultWill Estes2001-10-26
|
* Cleaned up the output of the tests.John Millaway2001-08-04
|
* adding .cvsignore files for existing tests/ subdirectoriesWill Estes2001-06-17
|
* add john millaway's test directoryWill Estes2001-05-18