Skip to content

Commit

Permalink
Linux: Run tests for pre-defined commands
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Aug 28, 2017
1 parent 58ae478 commit 9f17ef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Tests/ShellOutTests/ShellOutTests+Linux.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ extension ShellOutTests {
("testSingleCommandAtPath", testSingleCommandAtPath),
("testSeriesOfCommands", testSeriesOfCommands),
("testSeriesOfCommandsAtPath", testSeriesOfCommandsAtPath),
("testThrowingError", testThrowingError)
("testThrowingError", testThrowingError),
("testGitCommands", testGitCommands),
("testSwiftPackageManagerCommands", testSwiftPackageManagerCommands)
]
}
#endif

0 comments on commit 9f17ef0

Please sign in to comment.