Skip to content

Commit 9202b8b

Browse files
Update meson.build
1 parent 3e65c1a commit 9202b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if get_option('with_test').enabled()
2-
run_command(['python3', 'tools' / 'generate-runner.py'], check: true)
2+
run_command(['python3', 'tools' / 'runner.py'], check: true)
33
cards = run_command(['python3', 'tools' / 'wildcard.py'], check: true)
44

55
test_cases = ['unit_runner.c', cards.stdout().strip().split('\n')]

0 commit comments

Comments
 (0)