Skip to content

Commit cfc18b0

Browse files
committed
Add missing tests again
1 parent 367d6ca commit cfc18b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/dep/FunctionalBuildTests.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ class FunctionalBuildTests: XCTestCase, XCTestCaseProvider {
6868
("testBuildTestDeps", testBuildTestDeps),
6969
("testDontGetChildrenPrivateDeps",testDontGetChildrenPrivateDeps),
7070
("testBuildChildrenPrivateDeps", testBuildChildrenPrivateDeps),
71+
("testInvalidLayout1", testInvalidLayout1),
72+
("testInvalidLayout2", testInvalidLayout2),
73+
("testInvalidLayout3", testInvalidLayout3),
74+
("testInvalidLayout4", testInvalidLayout4),
75+
("testInvalidLayout5", testInvalidLayout5),
7176
]
7277
}
7378

0 commit comments

Comments
 (0)