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 d9f201c commit 912397fCopy full SHA for 912397f
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')]
@@ -8,4 +8,4 @@ if get_option('with_test').enabled()
8
dependencies: [dependency('fossil-test'), fossil_crabdb_dep])
9
10
test('fossil testing C', pizza_c)
11
-endif
+endif
0 commit comments