Skip to content

Commit

Permalink
Moves test inputs and adds missing test to LinuxMain
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatrickmorgan committed Oct 25, 2018
1 parent 55204f0 commit 77d5839
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 2 additions & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import XCTest

XCTMain([
testCase(ParserTests.allTests),
testCase(ViewTests.allTests)
testCase(ViewTests.allTests),
testCase(ColorTests.allTests)
])

#endif

0 comments on commit 77d5839

Please sign in to comment.