Test script shuffle.
diff --git a/script/unittest b/script/unittest
new file mode 100755
index 0000000..c9f6512
--- /dev/null
+++ b/script/unittest
@@ -0,0 +1,5 @@
+#!/bin/bash
+#
+# Run all the tests.
+
+exec go test -tags fixtures ./... $@