Skip to content

Commit 77d5839

Browse files
Moves test inputs and adds missing test to LinuxMain
1 parent 55204f0 commit 77d5839

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

Tests/LinuxMain.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ import XCTest
55

66
XCTMain([
77
testCase(ParserTests.allTests),
8-
testCase(ViewTests.allTests)
8+
testCase(ViewTests.allTests),
9+
testCase(ColorTests.allTests)
910
])
1011

1112
#endif

0 commit comments

Comments
 (0)