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 0e02681 commit 885f401Copy full SHA for 885f401
scripts/test_syntax.sh
@@ -8,7 +8,9 @@
8
scriptDir=`dirname $0`
9
# macOS 12 does not have the realpath utility,
10
# so let's use this workaround instead.
11
-DUNE_BIN_DIR=`cd "$scriptDir/../compiler/_build/install/default/bin"; pwd -P`
+DUNE_BIN_DIR=`cd "$scriptDir/../_build/install/default/bin"; pwd -P`
12
+
13
+$DUNE_BIN_DIR/syntax_tests
14
15
function exp {
16
echo "$(dirname $1)/expected/$(basename $1).txt"
0 commit comments