Create test script and run from entr.sh
This commit is contained in:
parent
f251fd04cc
commit
d1b350f6ec
@ -1,3 +1,3 @@
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
find . -not \( -path build -prune \) \
|
||||
| entr -s 'clear && sh scripts/build.sh'
|
||||
| entr -s 'clear && sh scripts/build.sh && sh scripts/test.sh'
|
||||
|
2
scripts/test.sh
Normal file
2
scripts/test.sh
Normal file
@ -0,0 +1,2 @@
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
echo ":: Reader tests ::" && build/reader_tests
|
Loading…
x
Reference in New Issue
Block a user