mirror of
https://github.com/toptal/gitignore.io.git
synced 2021-05-12 18:32:24 +03:00
* 'master' of github.com:joeblau/gitignore.io: remove cruft Fix travis ci (#404) Update Travis.yml Deleted - CC_TEST_REPORTER_ID=6133dfb857104f811740c22973bcb412866eba231509f7f8f60a8ad95005ee2b WIP Fix Ruby for tests Update readme (#403) Fix travis.yml Update CI testing env Update CI testing env Upgrade vapor (#402)
16 lines
348 B
Swift
16 lines
348 B
Swift
#if os(Linux)
|
|
|
|
import XCTest
|
|
@testable import AppTests
|
|
|
|
XCTMain([
|
|
testCase(TemplateControllerTests.allTests),
|
|
testCase(IgnoreTemplateModelTests.allTests),
|
|
testCase(String_ExtensionsTests.allTests),
|
|
testCase(URL_ExtensionsTests.allTests),
|
|
testCase(APIHandlersTests.allTests),
|
|
testCase(SiteHandlersTests.allTests),
|
|
])
|
|
|
|
#endif
|