summaryrefslogtreecommitdiff
path: root/bin/test
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-11-22 15:50:25 -0700
committermo khan <mo.khan@gmail.com>2020-11-22 15:50:25 -0700
commit1e2ad4bc178a5e91e30c3b1386e4067ebf11a9d1 (patch)
tree0f0a85a8d546f7cb8b53a6f18cf700874eaac138 /bin/test
parent95c963db85b3d281206b629344296ae9679bbc0b (diff)
chore: rename script to bin
Diffstat (limited to 'bin/test')
-rwxr-xr-xbin/test8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/test b/bin/test
new file mode 100755
index 0000000..6d21364
--- /dev/null
+++ b/bin/test
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -e
+
+cd "$(dirname "$0")/.."
+
+./bin/setup
+ruby -Ilib:test -r test_helper test/**/*.rb