summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlasdair Armstrong2017-09-18 19:01:16 +0100
committerAlasdair Armstrong2017-09-18 19:01:16 +0100
commite4a2b9205daa7dd8a3a05b3a972d00c23f2adc7a (patch)
treec1572dd913cf2548b54534c6036050f9dd183b23 /test
parentbf509b250cf676e96e11ace54648f30e43848754 (diff)
Added additional utility functions in ast_util
Also fixed basic ocaml test suite
Diffstat (limited to 'test')
-rwxr-xr-xtest/ocaml/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ocaml/run_tests.sh b/test/ocaml/run_tests.sh
index 4454aa48..481ff80f 100755
--- a/test/ocaml/run_tests.sh
+++ b/test/ocaml/run_tests.sh
@@ -43,7 +43,7 @@ function finish_suite {
fail=0
}
-SAILLIBDIR="$DIR"
+SAILLIBDIR="$DIR/../../lib/"
printf "<testsuites>\n" >> $DIR/tests.xml