We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24cc77a commit 33bce72Copy full SHA for 33bce72
specification/Makefile
@@ -13,7 +13,7 @@ SOMParser.class: SOMParser.java
13
14
test: are-we-fast-yet SOMParser.class
15
set -e; \
16
- find .. -name '*.som' -print0 | while read -d $$'\0' i; do \
+ find .. -path "../IntegrationTests" -prune -o -name '*.som' -print0 | while read -d $$'\0' i; do \
17
echo "$${i}"; \
18
OUT=`java -cp antlr.jar:. org.antlr.v4.gui.TestRig SOM classdef -diagnostics "$${i}" 2>&1`; \
19
if [ ! -z "$$OUT" ]; then \
0 commit comments