forked from jasder/antlr
no message
This commit is contained in:
parent
142a32ed5a
commit
4d0bc718df
|
@ -2,6 +2,8 @@
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
cd runtime-testsuite/
|
||||
|
||||
if [ $GROUP == "LEXER" ]; then
|
||||
mvn -q -Dgroups="org.antlr.v4.test.runtime.category.LexerTests" -Dtest=cpp.* test
|
||||
elif [ $GROUP == "PARSER" ]; then
|
||||
|
@ -11,4 +13,3 @@ elif [ $GROUP == "RECURSION" ]; then
|
|||
else
|
||||
mvn -q -Dtest=cpp.* test
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue