Skip to content

Commit 40b47f5

Browse files
test SymbolGraph/EmitWhileBuilding when a lit dir is available
1 parent cd5bfdc commit 40b47f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SwiftDriverTests/IntegrationTests.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ final class IntegrationTests: IntegrationTestCase {
155155
}
156156
try self.runLitTests(suite: "test", "stdlib")
157157
}
158+
159+
func testLitSymbolGraphFrontendTest() throws {
160+
try runLitTests(suite: "test", "SymbolGraph", "EmitWhileBuilding")
161+
}
158162

159163
func runLitTests(suite: String...) throws {
160164
#if os(macOS)

0 commit comments

Comments
 (0)