Skip to content

Commit 32eaaad

Browse files
list new test set for DDD
1 parent 62a5b1f commit 32eaaad

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
@@ -4,7 +4,7 @@ if get_option('with_test').enabled()
44
test_c = ['unit_runner.c']
55
test_cpp = ['unit_runner.cpp']
66
test_cases = [
7-
'sample', 'bdd', 'tdd',
7+
'sample', 'bdd', 'tdd', 'ddd'
88
]
99

1010
foreach cases : test_cases

0 commit comments

Comments
 (0)