]> granicus.if.org Git - flex/commit
refactor include_by_* tests for new test suite layout
authorWill Estes <westes575@gmail.com>
Tue, 17 Jun 2014 13:42:24 +0000 (09:42 -0400)
committerWill Estes <westes575@gmail.com>
Wed, 12 Nov 2014 10:14:28 +0000 (05:14 -0500)
commite98b2df022fd47b62af35aebd3053f6e218f9926
treed1dc55fe0e21e2c2c02be6e6a9f3b1bcbab61596
parent75633654139bdd6ebe4569cd976698fd78469f78
refactor include_by_* tests for new test suite layout
29 files changed:
tests/.gitignore
tests/Makefile.am
tests/include_by_buffer.direct.l [moved from tests/test-include-by-buffer/scanner.l with 95% similarity]
tests/include_by_buffer.direct.txt [new file with mode: 0644]
tests/include_by_buffer.direct_2.txt [new file with mode: 0644]
tests/include_by_buffer.direct_3.txt [new file with mode: 0644]
tests/include_by_push.direct.l [moved from tests/test-include-by-push/scanner.l with 95% similarity]
tests/include_by_push.direct.txt [new file with mode: 0644]
tests/include_by_push.direct_2.txt [new file with mode: 0644]
tests/include_by_push.direct_3.txt [new file with mode: 0644]
tests/include_by_reentrant.direct.l [moved from tests/test-include-by-reentrant/scanner.l with 95% similarity]
tests/include_by_reentrant.direct.txt [new file with mode: 0644]
tests/include_by_reentrant.direct_2.txt [new file with mode: 0644]
tests/include_by_reentrant.direct_3.txt [new file with mode: 0644]
tests/test-include-by-buffer/.gitignore [deleted file]
tests/test-include-by-buffer/Makefile.am [deleted file]
tests/test-include-by-buffer/test-1.input [deleted file]
tests/test-include-by-buffer/test-2.input [deleted file]
tests/test-include-by-buffer/test-3.input [deleted file]
tests/test-include-by-push/.gitignore [deleted file]
tests/test-include-by-push/Makefile.am [deleted file]
tests/test-include-by-push/test-1.input [deleted file]
tests/test-include-by-push/test-2.input [deleted file]
tests/test-include-by-push/test-3.input [deleted file]
tests/test-include-by-reentrant/.gitignore [deleted file]
tests/test-include-by-reentrant/Makefile.am [deleted file]
tests/test-include-by-reentrant/test-1.input [deleted file]
tests/test-include-by-reentrant/test-2.input [deleted file]
tests/test-include-by-reentrant/test-3.input [deleted file]