diff options
author | Chuck Thier <cthier@gmail.com> | 2010-07-12 17:03:45 -0500 |
---|---|---|
committer | Chuck Thier <cthier@gmail.com> | 2010-07-12 17:03:45 -0500 |
commit | 001407b969bc12d48bd7f10960f84f519bb19111 (patch) | |
tree | a542f035994c227ef95651e0d27b9f6272437f62 /.probetests | |
download | swift-001407b969bc12d48bd7f10960f84f519bb19111.tar.gz |
Initial commit of Swift code
Diffstat (limited to '.probetests')
-rwxr-xr-x | .probetests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.probetests b/.probetests new file mode 100755 index 000000000..751469386 --- /dev/null +++ b/.probetests @@ -0,0 +1,3 @@ +#!/bin/bash + +nosetests test/probe --exe |