commit | 0d819273d1d713e302d4a79701f4fbbc27ea6700 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 14:08:10 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Oct 10 14:08:10 2014 -0400 |
tree | a930ba695a99a34224abdc4a1b87b4edea906a2f | |
parent | 72f702b47bbf08b4aeb9faa65ccf0ad6004f2500 [diff] [blame] |
Test script shuffle.
diff --git a/script/test b/script/test new file mode 100755 index 0000000..1e03dff --- /dev/null +++ b/script/test
@@ -0,0 +1,5 @@ +#!/bin/bash +# +# Run all the tests. + +exec go test -tags 'acceptance fixtures' ./... $@