summaryrefslogtreecommitdiff
path: root/.unittests
diff options
context:
space:
mode:
authorChuck Thier <cthier@gmail.com>2010-07-12 17:03:45 -0500
committerChuck Thier <cthier@gmail.com>2010-07-12 17:03:45 -0500
commit001407b969bc12d48bd7f10960f84f519bb19111 (patch)
treea542f035994c227ef95651e0d27b9f6272437f62 /.unittests
downloadswift-001407b969bc12d48bd7f10960f84f519bb19111.tar.gz
Initial commit of Swift code
Diffstat (limited to '.unittests')
-rwxr-xr-x.unittests4
1 files changed, 4 insertions, 0 deletions
diff --git a/.unittests b/.unittests
new file mode 100755
index 000000000..c115578a8
--- /dev/null
+++ b/.unittests
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+nosetests test/unit --exe --with-coverage --cover-package swift --cover-erase
+rm -f .coverage