Create test helpers

This commit is contained in:
Reid 'arrdem' McKenzie 2022-09-13 00:10:40 -06:00
parent d37274ca97
commit e6bd83a7a1
2 changed files with 4 additions and 0 deletions

1
.envrc Normal file
View file

@ -0,0 +1 @@
export PATH="$PATH:$(dirname $(realpath $1))/tools"

3
tools/cram Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
bazel build //:cram &> /dev/null
exec "$(git rev-parse --show-toplevel)"/bazel-bin/cram "$@"