Skip to content

Commit

Permalink
Update test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kaby76 committed Sep 16, 2024
1 parent 21583bb commit 80bf6d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _tests/trgen-targets/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ where=`pwd`
cd "$where"
echo "$where"

for target in Antlr4ng CSharp Cpp Dart Java JavaScript Python3 TypeScript Go
# Skip for now Antlr4ng
for target in CSharp Cpp Dart Java JavaScript Python3 TypeScript Go
do
trgen -t $target
pushd Generated-$target
Expand Down

0 comments on commit 80bf6d2

Please sign in to comment.