Skip to content

Commit c32ee97

Browse files
Update meson.build
1 parent 120d0ea commit c32ee97

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
@@ -2,7 +2,7 @@ if get_option('with_test').enabled()
22
run_command(['python3', 'tools' / 'generate-runner.py'], check: true)
33

44
test_c = ['unit_runner.c']
5-
test_cases = ['parser', 'stream', 'soap', 'input', 'error', 'keyboard', 'network', 'serialize', 'cstring']
5+
test_cases = ['parser', 'stream', 'soap', 'input', 'error', 'device', 'network', 'serialize', 'cstring']
66

77
foreach cases : test_cases
88
test_c += ['cases' / 'test_' + cases + '.c']
@@ -13,4 +13,4 @@ if get_option('with_test').enabled()
1313
dependencies: [subproject('fossil-test').get_variable('fossil_test_dep'), fossil_io_dep])
1414

1515
test('fossil testing C', pizza_c)
16-
endif
16+
endif

0 commit comments

Comments
 (0)