Rename parser* files to parse*
This commit is contained in:
@@ -2,6 +2,6 @@ cd "$(git rev-parse --show-toplevel)"
|
||||
|
||||
fails=0
|
||||
|
||||
build/parser_tests || fails=`expr $fails + 1`
|
||||
build/parse_tests || fails=`expr $fails + 1`
|
||||
|
||||
if [ $fails -eq 0 ]; then echo Tests OK; fi
|
||||
|
||||
Reference in New Issue
Block a user