summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Changed size_t to yy_size_t in yyalloc() and yyrealloc(). Is this really what...John Millaway2003-01-092-5/+5
* include tests/test-c++-multipl-scanners/test.inputWill Estes2002-11-231-1/+1
* Fixed prefix of yyalloc,yyfree,yyrealloc in C++ scanner.John Millaway2002-11-221-0/+1
* remove BISON assignment as per suggestion from Akim DemailleWill Estes2002-10-1134-34/+33
* rename test to check-local as per Akim Demaille; test for failed testsWill Estes2002-10-111-2/+3
* use dist_noinst_scripts as per email from Akim DemailleWill Estes2002-10-111-1/+1
* use builddir in tests that need it in their include pathWill Estes2002-10-108-7/+23
* sometimes we put header files in the builddir and so we should account for thatWill Estes2002-10-101-1/+1
* replace the last instanceWill Estes2002-10-101-2/+2
* we don't use header files...Will Estes2002-10-071-3/+3
* test c++ with multiple scannersWill Estes2002-10-017-0/+203
* we used INCLUDES in another place in the Makefile.am files in the test suiteWill Estes2002-09-2732-32/+32
* oops, I typed that last s/// command to perl way wrongWill Estes2002-09-2732-32/+32
* use AM_CPPFLAGS instead of INCLUDES; write -I with no space after it for brok...Will Estes2002-09-2733-33/+33
* complain audibly when argument not supplied; echo on stderr when writing erro...Will Estes2002-09-231-2/+3
* DIST_SUBDIRS so we don't have to run the TEMPLATE test; so we add new tests t...Will Estes2002-09-232-2/+36
* not all compilers support '-I dir' so we write '-Idir' insteadWill Estes2002-09-231-1/+1
* minor fixup for dist.John Millaway2002-09-171-4/+1
* Fixed `clean' target and .cvsignore.John Millaway2002-09-162-1/+5
* Serialization works in headers (%option headers).John Millaway2002-09-163-0/+26
* replace yytables_load with yytables_fload as per millaway's other changesWill Estes2002-09-161-2/+2
* Tables deserialization uses yyalloc/yyfree.John Millaway2002-09-151-2/+2
* minor upkeep.John Millaway2002-09-151-0/+1
* Created test for reject.John Millaway2002-09-136-1/+163
* Added test for multiple tables in one file.John Millaway2002-09-132-24/+66
* forgot to add .cvsignore on last commit.John Millaway2002-09-131-0/+9
* Added test-bison-bridge.John Millaway2002-09-135-0/+252
* Bison bridge code now works for all C scanners and pure/non-pure bison parsers.John Millaway2002-09-135-4/+10
* make clean before make testWill Estes2002-09-101-1/+3
* Table deserialization works for everything except --fast scanners.John Millaway2002-09-093-12/+56
* Added serialization test to table-opts test.John Millaway2002-09-052-3/+18
* target test: quote the results echoing so that the ECHO_C will work onWill Estes2002-09-031-4/+2
* use CXX to link the test scanner hereWill Estes2002-08-221-2/+2
* Fixed missing 'make clean' files.John Millaway2002-08-225-5/+5
* fixed missing 'clean' file.John Millaway2002-08-222-2/+2
* Removed core of yylex_destroy from c++ scanner -- hack!John Millaway2002-08-222-12/+9
* add test-c++-basicWill Estes2002-08-215-0/+108
* Tests now respect CFLAGS, CPPFLAGS, etc..John Millaway2002-08-1630-58/+58
* Got rid of flex -s warnings in tests.John Millaway2002-08-164-5/+5
* ignore .cpp files since we generate them instead of .cWill Estes2002-08-152-2/+2
* The c++ tests use .cpp instead of .c extensions just to be on the safe side.John Millaway2002-08-154-16/+10
* Added options to test-table-optsJohn Millaway2002-08-102-4/+3
* Added a test for various DFA table options.John Millaway2002-08-107-1/+119
* Fixed test-c-cpp to actually use the C++ compiler for the test.John Millaway2002-07-272-2/+2
* All prototypes were rewritten to depend upon the macro YY_TRADITIONAL_FUNC_DE...John Millaway2002-07-2524-27/+89
* s/yy_globals_t/yyguts_t/gJohn Millaway2002-07-237-37/+37
* Fixed prototype/definition conflicts with "traditional" C in skeleton at requ...John Millaway2002-07-172-6/+6
* Added test for %option posix-compat and repeat operator.John Millaway2002-07-128-18/+293
* Fixed prefix issue with get/set debug functions.John Millaway2002-07-102-8/+8
* Added a missing input file for test-mem-nr/John Millaway2002-07-091-0/+25