Skip to content

Commit fde50db

Browse files
add parser to test list
1 parent b5cf7f1 commit fde50db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/tests/meson.build

Lines changed: 1 addition & 1 deletion
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 = ['stream', 'soap', 'input']
5+
test_cases = ['parser', 'stream', 'soap', 'input']
66

77
foreach cases : test_cases
88
test_c += ['cases' / 'test_' + cases + '.c']

0 commit comments

Comments
 (0)