diff options
Diffstat (limited to 'test cases/unit/105 debug function/meson.build')
-rw-r--r-- | test cases/unit/105 debug function/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/105 debug function/meson.build b/test cases/unit/105 debug function/meson.build new file mode 100644 index 0000000..c3f4c76 --- /dev/null +++ b/test cases/unit/105 debug function/meson.build @@ -0,0 +1,4 @@ +project('debug function', 'c') + +debug('This is an example debug output, should only end up in debug log') +debug('Test logging other things', true, 1, ['Array'], {'Key' : 'Value'}) |