diff options
| -rwxr-xr-x | bin/setup | 3 | ||||
| -rwxr-xr-x | bin/test | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/bin/setup b/bin/setup new file mode 100755 index 0000000..e899ba1 --- /dev/null +++ b/bin/setup @@ -0,0 +1,3 @@ +#!/bin/sh + +git submodule update --init --remote @@ -1,4 +1,9 @@ #!/bin/sh +set -e + +cd "$(basename $0)/.." + +./bin/setup export PATH="./vendor/bats/bin:./bin:$PATH" bats --tap test |
