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 281cb40 commit 9163a21Copy full SHA for 9163a21
code/tests/meson.build
@@ -4,7 +4,8 @@ if get_option('with_test').enabled()
4
5
test_cases = ['unit_runner.c', cards.stdout().strip().split('\n')]
6
7
- pizza_c = executable('pizza', test_cases, include_directories: dir, dependencies: [fossil_test_dep])
+ pizza_c = executable('pizza', test_cases, include_directories: dir,
8
+ dependencies: [dependency('fossil-test'), fossil_fish_dep])
9
10
test('fossil testing C', pizza_c)
-endif
11
+endif
0 commit comments