summaryrefslogtreecommitdiffstats
path: root/swift/1.4.8/.unittests
diff options
context:
space:
mode:
Diffstat (limited to 'swift/1.4.8/.unittests')
-rwxr-xr-xswift/1.4.8/.unittests6
1 files changed, 6 insertions, 0 deletions
diff --git a/swift/1.4.8/.unittests b/swift/1.4.8/.unittests
new file mode 100755
index 0000000..113e5dd
--- /dev/null
+++ b/swift/1.4.8/.unittests
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+cd test/unit
+nosetests --exe --with-coverage --cover-package plugins --cover-erase $@
+rm -f .coverage
+cd -