Files
SwiftShell/Tests/Scripts/README.md
T
Kare Morstol 4916480f4e Fix #14: Support building with Swift Package Manager.
That was easier than I feared.
2016-02-23 03:17:06 +01:00

370 B

Scripts folder

These scripts demonstrate how to do different tasks in SwiftShell. They also work as integration tests to make sure changes to SwiftShell are backwards compatible with older scripts.

runtests.bash compiles the framework with the Release configuration and uses it to run all the scripts in this folder. It should be run before every commit to master.