Implement first iteration of parser and write test scripts
This commit is contained in:
7
scripts/test.sh
Normal file
7
scripts/test.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
fails=0
|
||||
|
||||
build/parser_tests || fails=`expr $fails + 1`
|
||||
|
||||
if [ $fails -eq 0 ]; then echo Tests OK; fi
|
||||
Reference in New Issue
Block a user