JohnSundell / SwiftPlate

Easily generate cross platform Swift framework projects from the command line
MIT License
1.77k stars 88 forks source link

Simplify `allTests` property in Tests #52

Closed kiliankoe closed 7 years ago

kiliankoe commented 7 years ago

The change is what SPM currently generates for a new project using $ swift package init. Removing the guard for os(Linux) has the added benefit of the compiler checking this on macOS as well. And removing the type signature just makes it look a lot cleaner 😊