diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/common/96 stringdef/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test cases/common/96 stringdef/meson.build b/test cases/common/96 stringdef/meson.build new file mode 100644 index 0000000..3f9170e --- /dev/null +++ b/test cases/common/96 stringdef/meson.build @@ -0,0 +1,3 @@ +project('stringdef', 'c') + +test('stringdef', executable('stringdef', 'stringdef.c', c_args : '-DFOO="bar"')) |