Create test helpers
This commit is contained in:
parent
d37274ca97
commit
e6bd83a7a1
2 changed files with 4 additions and 0 deletions
1
.envrc
Normal file
1
.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
export PATH="$PATH:$(dirname $(realpath $1))/tools"
|
3
tools/cram
Executable file
3
tools/cram
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
bazel build //:cram &> /dev/null
|
||||
exec "$(git rev-parse --show-toplevel)"/bazel-bin/cram "$@"
|
Loading…
Reference in a new issue