summaryrefslogtreecommitdiff
path: root/test cases/unit/104 debug function
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2022-10-24 01:00:57 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2022-10-25 00:03:32 +0300
commit458dcf8aac74903380c2adceb2b16a87f231b42b (patch)
treeb84536ec74c1eb4131282f4a4caecbbe644c8def /test cases/unit/104 debug function
parent1a1aad317f71731d8440f695d29bc12c28011de2 (diff)
downloadmeson-458dcf8aac74903380c2adceb2b16a87f231b42b.tar.gz
Condense test directory numbers.
Diffstat (limited to 'test cases/unit/104 debug function')
-rw-r--r--test cases/unit/104 debug function/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/test cases/unit/104 debug function/meson.build b/test cases/unit/104 debug function/meson.build
new file mode 100644
index 000000000..c3f4c769f
--- /dev/null
+++ b/test cases/unit/104 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'})