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 3e65c1a commit 9202b8bCopy full SHA for 9202b8b
code/tests/meson.build
@@ -1,5 +1,5 @@
1
if get_option('with_test').enabled()
2
- run_command(['python3', 'tools' / 'generate-runner.py'], check: true)
+ run_command(['python3', 'tools' / 'runner.py'], check: true)
3
cards = run_command(['python3', 'tools' / 'wildcard.py'], check: true)
4
5
test_cases = ['unit_runner.c', cards.stdout().strip().split('\n')]
0 commit comments