sauliusgrigaitis / Swifton

A Ruby on Rails inspired Web Framework for Swift that runs on Linux and OS X
MIT License
1.97k stars 70 forks source link

Add script to run tests automatically #19

Closed j-em closed 8 years ago

j-em commented 8 years ago

I found running tests a bit confusing so here's a bash script that can be run at the root of the project to automate the test running process.

This is tested on Linux only - any comments to make it as cross-platform as possible are welcome :)

sauliusgrigaitis commented 8 years ago

@j-allard thanks. There are still a lot of unclear things with running tests with swift-package-manager https://github.com/Quick/Quick/issues/458 , so let's wait until Quick developers solve it.

sauliusgrigaitis commented 8 years ago

@j-em we just moved to XCTest so running tests is as easy as swift test. Thanks a lot of PR.