commit | cff14999a1f643b140b4a6632ef4622610495012 | [log] [tgz] |
---|---|---|
author | Jussi Pakkanen <jpakkane@gmail.com> | Sat Aug 14 16:55:10 2021 +0300 |
committer | Jussi Pakkanen <jpakkane@gmail.com> | Sat Aug 14 16:55:10 2021 +0300 |
tree | b7be3493522316880c6f87ed03a34e17583fb465 | |
parent | b74db1dda2dee2c9a4b5c5e72fd4c2c595cf4ccc [diff] |
Force unity builds off in Flex test.
diff --git a/test cases/frameworks/8 flex/meson.build b/test cases/frameworks/8 flex/meson.build index bc84bcc..55b96dd 100644 --- a/test cases/frameworks/8 flex/meson.build +++ b/test cases/frameworks/8 flex/meson.build
@@ -28,7 +28,9 @@ pfiles = pgen.process('parser.y') e = executable('pgen', 'prog.c', -lfiles, pfiles) + lfiles, + pfiles, + override_options: 'unity=off') test('parsertest', e, args: [meson.current_source_dir() / 'testfile'])