summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAge
...
* 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
* 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
* we don't use header files...Will Estes2002-10-07
* test c++ with multiple scannersWill Estes2002-10-01
* 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 brok...Will Estes2002-09-27
* complain audibly when argument not supplied; echo on stderr when writing erro...Will Estes2002-09-23
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests t...Will Estes2002-09-23
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-23
* minor fixup for dist.John Millaway2002-09-17
* Fixed `clean' target and .cvsignore.John Millaway2002-09-16
* Serialization works in headers (%option headers).John Millaway2002-09-16
* replace yytables_load with yytables_fload as per millaway's other changesWill Estes2002-09-16
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-15
* minor upkeep.John Millaway2002-09-15
* Created test for reject.John Millaway2002-09-13
* Added test for multiple tables in one file.John Millaway2002-09-13
* forgot to add .cvsignore on last commit.John Millaway2002-09-13
* Added test-bison-bridge.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
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-09
* Added serialization test to table-opts test.John Millaway2002-09-05
* target test: quote the results echoing so that the ECHO_C will work onWill Estes2002-09-03
* use CXX to link the test scanner hereWill Estes2002-08-22
* Fixed missing 'make clean' files.John Millaway2002-08-22
* fixed missing 'clean' file.John Millaway2002-08-22
* Removed core of yylex_destroy from c++ scanner -- hack!John Millaway2002-08-22
* add test-c++-basicWill Estes2002-08-21
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-16
* Got rid of flex -s warnings in tests.John Millaway2002-08-16
* ignore .cpp files since we generate them instead of .cWill Estes2002-08-15
* The c++ tests use .cpp instead of .c extensions just to be on the safe side.John Millaway2002-08-15
* Added options to test-table-optsJohn Millaway2002-08-10
* Added a test for various DFA table options.John Millaway2002-08-10
* Fixed test-c-cpp to actually use the C++ compiler for the test.John Millaway2002-07-27
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...John Millaway2002-07-25
* s/yy_globals_t/yyguts_t/gJohn Millaway2002-07-23
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-17
* Added test for %option posix-compat and repeat operator.John Millaway2002-07-12
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-10
* Added a missing input file for test-mem-nr/John Millaway2002-07-09
* Added tests for overriding memory.John Millaway2002-07-09
* Added yylex_destroy() to non-reentrant scanner.John Millaway2002-07-09
* Replaced obsolete macros in configure.in.John Millaway2002-07-09
* Made yy_flex_debug non-global in reentrant scanner.John Millaway2002-07-09