Rename parser* files to parse*

This commit is contained in:
2024-10-26 15:04:23 +01:00
parent 5011e516e4
commit 316cba949d
5 changed files with 9 additions and 9 deletions

View File

@@ -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