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 1befdcd commit 9fa40e4Copy full SHA for 9fa40e4
code/tests/meson.build
@@ -9,7 +9,7 @@ if get_option('with_test').enabled()
9
test_c += ['cases' / 'test_' + cases + '.cpp']
10
endforeach
11
12
- pizza_c = executable('testbed-c', test_c, include_directories: dir, dependencies: [fossil_test_dep])
+ pizza_c = executable('testbed-c', test_c, include_directories: dir, dependencies: [fossil_io_dep, dependency('fossil-test')])
13
14
test('fossil testing C', pizza_c)
15
endif
0 commit comments