summaryrefslogtreecommitdiff
path: root/test cases/frameworks/8 flex/meson.build
AgeCommit message (Collapse)Author
2025-11-05tests: Add a basic test for the codegen implementation codeDylan Baker
This just tests that it works, so it catches the previous bug. Not sure how to test this more thoroughly.
2025-10-24modules/codegen: Add support for bison/byacc/yaccDylan Baker
This adds a similar wrapper to the Lex wrapper for yacc/bison/byacc. The interface is equivalent.
2025-10-24modules/codegen: Add wrapper for lex/flex/reflexDylan Baker
This module is a bit of a dumping ground for code generators, particularly ones that are important and non-trivial to wrap, either due to multiple implementations, major command line changes, or complex outputs (such as those that may output a directory structure). The initially provided method is for lex. It provides a simple wrapper that handles win_flex, reflex, flex, and generic lex.
2021-08-14Force unity builds off in Flex test.Jussi Pakkanen
2021-08-12Pass a test file to flex test.Jussi Pakkanen
2018-02-21Skip test cases/frameworks/8 flex if flex or bison not foundJon Turney
2014-08-25Add flex+bison test case.Jussi Pakkanen