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 62a5b1f commit 32eaaadCopy full SHA for 32eaaad
code/tests/meson.build
@@ -4,7 +4,7 @@ if get_option('with_test').enabled()
4
test_c = ['unit_runner.c']
5
test_cpp = ['unit_runner.cpp']
6
test_cases = [
7
- 'sample', 'bdd', 'tdd',
+ 'sample', 'bdd', 'tdd', 'ddd'
8
]
9
10
foreach cases : test_cases
0 commit comments