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