summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* fix(issue-525): Fail gracefully when yy_get_next_buffer can't find one.Joseph Langley2022-05-181-0/+0
* fix(issue-525): Add regression test for Issue 525.Joseph Langley2022-05-181-1/+4
* chore(perm): Fix permissions 755->644Joseph Langley2021-07-021-0/+0
* chore(make): Ensure distcheck cleans up directories.Joseph Langley2021-06-091-3/+3
* Ensure size of Reject state buffer is sufficient each time yy_switch_to_buffe...Mightyjo2021-06-091-1/+5
* Test for reversion of CVE-2006-0459.Mightyjo2021-06-091-1/+5
* fix(test): Make test generating scripts work in VPATH buildsJoseph Langley2021-06-051-7/+29
* fix(build): Expand wildcards in Makefile.am.Joseph Langley2021-06-041-6/+27
* fix(build): Prevent automake computing default _SOURCES for tests.Joseph Langley2021-06-031-11/+5
* Remove prrequisite from .l.go suffix ruleEric S. Raymond2021-02-051-1/+1
* TYhis commit is a model for how to add a new back end.Eric S. Raymond2020-11-171-1/+11
* Convert the debug test to be ruleset-based,Eric S. Raymond2020-11-171-11/+0
* Remove the ".one" category of tests; they've been replaced by rulesets.Eric S. Raymond2020-11-161-13/+2
* Remove now-unused SOURCES declarations.Eric S. Raymond2020-11-161-3/+0
* Fix typo revealed by Go porting work, and improve test coverage to match.Eric S. Raymond2020-11-151-3/+0
* Clean up test/Makefile,am's EXTRA_DIST.Eric S. Raymond2020-11-121-8/+1
* Declare that rulset.am depends on *.rules files...Eric S. Raymond2020-11-121-3/+3
* Remove an ugly little knor in the C99 yyunput code...Eric S. Raymond2020-10-261-1/+4
* Polish tests and test documentation.Eric S. Raymond2020-10-251-1/+1
* Turn the posixlycorrect test into a ruleset-based one.Eric S. Raymond2020-10-241-13/+1
* Make the ccl test ruleset-based for all back ends.Eric S. Raymond2020-10-221-6/+2
* Documentation cleanup - fix a wrong assumption about tests.Eric S. Raymond2020-10-221-4/+2
* Repair CLEANFILES and EXTRA_DIST in tests/Makefile.am/Eric S. Raymond2020-10-221-6/+119
* Convert the "posix" test to be ruleset-based...Eric S. Raymond2020-10-221-10/+6
* Another big sinmplification of the test machinery.Eric S. Raymond2020-10-221-44/+26
* Remove unused variable settings in tests/Makefile.am...Eric S. Raymond2020-10-221-6/+0
* Abolish the cpp test extension. Those things are just tessts.Eric S. Raymond2020-10-221-23/+15
* The new test system now covers table option tests.Eric S. Raymond2020-10-211-43/+5
* Generate some dependency relationships...Eric S. Raymond2020-10-211-62/+3
* Use CxF rather than C_F to prevent case ambiguity, so...Eric S. Raymond2020-10-211-6/+6
* Simplify testwrapper.sh by abolishing the -t option.Eric S. Raymond2020-10-211-2/+2
* Documentation polishing.Eric S. Raymond2020-10-201-4/+11
* Abolish reject.l4; all the reject tests are in the new system now.Eric S. Raymond2020-10-201-28/+12
* Fold non-table-serialization reject tests into new test-generator system.Eric S. Raymond2020-10-201-28/+19
* Integrate all possible simple tests into the new test templating system.Eric S. Raymond2020-10-201-11/+42
* Greatly simplify CLEANFILES and EXTRA_DIST by using wildcarding.Eric S. Raymond2020-10-201-133/+5
* Introduce testmaker.m4 and testmaker.shEric S. Raymond2020-10-201-7/+13
* Cut down on input-file proliferation.Eric S. Raymond2020-10-171-23/+10
* Add C99 lineno test.Eric S. Raymond2020-10-171-0/+4
* Fix some minor typos recently introduced in tests/Makefile.am.Eric S. Raymond2020-10-171-1/+2
* Finish up the simple-test set for C99.Eric S. Raymond2020-10-171-19/+48
* Added exteded_c00 test.Eric S. Raymond2020-10-161-0/+4
* extended -> etended_cpp.Eric S. Raymond2020-10-161-4/+4
* Adding more c99 tests: alloc_extra_c99, array_c99, ccl_c99, debug_c99.Eric S. Raymond2020-10-161-8/+22
* Add first C99 backend test, the C99 spin of basic_r.l.Eric S. Raymond2020-10-161-0/+3
* Create a TESTOPTS variable that can be used to pass options to flex in testing.Eric S. Raymond2020-09-211-14/+16
* build: Fix makefile dist-hook directory permissions.Explorer092018-03-121-0/+1
* test: rename some files for non-case-sensitive filesystems.Hans-Bernhard Broeker2017-05-061-7/+7
* test: enable more silent building of tests.Jeff Smith2017-05-031-28/+28
* test: skip pthread test when needed files missing.Explorer092017-02-161-3/+1