Skip to content

Commit ff428ed

Browse files
committed
[lit] Run cpp tests.
1 parent cb59325 commit ff428ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lit.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ config.test_format = swift_test.SwiftTest(coverage_mode=config.coverage_mode,
193193

194194
# suffixes: A list of file extensions to treat as test files.
195195
config.suffixes = ['.swift', '.ll', '.sil', '.gyb', '.m', '.c',
196-
'.swiftinterface', '.test-sh', '.test']
196+
'.swiftinterface', '.test-sh', '.test', '.cpp']
197197

198198
# excludes: A list of directories to exclude from the testsuite. The 'Inputs'
199199
# subdirectories contain auxiliary inputs for various tests in their parent

0 commit comments

Comments
 (0)