Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updated test coverage on Linux (#21)
Browse files Browse the repository at this point in the history
- Capitalized the name of the imported module such that it can be compiled now.
- Removed the TrimmingTests line because that suite doesn't exist anymore.
- Reordered the lines to match the order of the files in the GuitarTests folder.
  • Loading branch information
felix91gr authored and ArtSabintsev committed May 3, 2018
1 parent 38541bf commit 2128873
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import XCTest
@testable import guitarTests
@testable import GuitarTests

XCTMain([
testCase(GuitarTests.allTests),
testCase(GuitarBooleanTests.allTests),
testCase(GuitarCaseTests.allTests),
testCase(GuitarCharacterTests.allTests),
testCase(GuitarPaddingTests.allTests),
testCase(GuitarTrimmingTests.allTests),
testCase(GuitarTests.allTests),
])

0 comments on commit 2128873

Please sign in to comment.