diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2023-11-12 17:23:28 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-11-12 19:18:06 +0200 |
| commit | 97dc8801a691b0712b59d283416727c3f84b1115 (patch) | |
| tree | 9d0ac3921375dcad541cc0b144efc5148c0254ac /test cases/unit/105 debug function | |
| parent | 422550036ea20061a60b29f695b2d1865667f012 (diff) | |
| download | meson-97dc8801a691b0712b59d283416727c3f84b1115.tar.gz | |
Renumber test dirs for rc3.
Diffstat (limited to 'test cases/unit/105 debug function')
| -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 000000000..c3f4c769f --- /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'}) |
