Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc275421

Browse files
committed
Add LinuxMain.swift for entry on Linux
1 parentcfb9104 commitc275421

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

‎Tests/LinuxMain.swift‎

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import XCTest
2+
@testableimport SwiftyJSONTests
3+
4+
// This is the entry point for SwiftyJSONTests on Linux
5+
6+
XCTMain([
7+
testCase(PerformanceTests.allTests),
8+
testCase(BaseTests.allTests),
9+
testCase(NestedJSONTests.allTests),
10+
testCase(SequenceTypeTests.allTests),
11+
testCase(PrintableTests.allTests),
12+
testCase(SubscriptTests.allTests),
13+
testCase(LiteralConvertibleTests.allTests),
14+
testCase(RawRepresentableTests.allTests),
15+
testCase(ComparableTests.allTests),
16+
testCase(StringTests.allTests),
17+
testCase(NumberTests.allTests),
18+
testCase(RawTests.allTests),
19+
testCase(DictionaryTests.allTests),
20+
testCase(ArrayTests.allTests)
21+
])
File renamed without changes.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp