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