Skip to content

Commit 912397f

Browse files
Update test runner script in meson.build
1 parent d9f201c commit 912397f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/tests/meson.build

Lines changed: 2 additions & 2 deletions
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')]
@@ -8,4 +8,4 @@ if get_option('with_test').enabled()
88
dependencies: [dependency('fossil-test'), fossil_crabdb_dep])
99

1010
test('fossil testing C', pizza_c)
11-
endif
11+
endif

0 commit comments

Comments
 (0)