We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5cf7f1 commit fde50dbCopy full SHA for fde50db
code/tests/meson.build
@@ -2,7 +2,7 @@ if get_option('with_test').enabled()
2
run_command(['python3', 'tools' / 'generate-runner.py'], check: true)
3
4
test_c = ['unit_runner.c']
5
- test_cases = ['stream', 'soap', 'input']
+ test_cases = ['parser', 'stream', 'soap', 'input']
6
7
foreach cases : test_cases
8
test_c += ['cases' / 'test_' + cases + '.c']
0 commit comments