Small changes to documentation

This commit is contained in:
Kare Morstol
2015-03-20 22:02:28 +01:00
parent 7c80b8dbab
commit e55b2f91f5
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
## Scripts folder
These scripts demonstrate how to do different tasks in SwiftShell. In the future they will also work as integration tests to make sure changes to SwiftShell are backwards compatible with older scripts.
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.
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.