Skip to content

Commit b51ac67

Browse files
Merge pull request #611 from apple/QuietMisdreavus/run-symbol-graph-test
test SymbolGraph/EmitWhileBuilding when a lit dir is available
2 parents a2ffa23 + 7ba778f commit b51ac67

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
@@ -150,6 +150,10 @@ final class IntegrationTests: IntegrationTestCase {
150150
}
151151
try self.runLitTests(suite: "test", "stdlib")
152152
}
153+
154+
func testLitSymbolGraphFrontendTest() throws {
155+
try runLitTests(suite: "test", "SymbolGraph", "EmitWhileBuilding.swift")
156+
}
153157

154158
func runLitTests(suite: String...) throws {
155159
#if os(macOS)

0 commit comments

Comments
 (0)