Skip to content

Commit abd2f06

Browse files
committed
test: restore linux compatibility
1 parent 2372ad1 commit abd2f06

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/LinuxMain.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import CommanderTests
22

3-
testArgumentParser()
4-
testArgumentConvertible()
5-
testArgumentDescription()
6-
testCommandType()
7-
testCommand()
8-
testGroup()
3+
describe("ArgumentParser", testArgumentParser)
4+
describe("ArgumentConvertible", testArgumentConvertible)
5+
describe("ArgumentDescription", testArgumentDescription)
6+
describe("CommandType", testCommandType)
7+
describe("Command", testCommand)
8+
describe("Group", testGroup)

0 commit comments

Comments
 (0)