aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/monniaux/ocaml/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/monniaux/ocaml/Makefile b/test/monniaux/ocaml/Makefile
new file mode 100644
index 00000000..46ce8994
--- /dev/null
+++ b/test/monniaux/ocaml/Makefile
@@ -0,0 +1,7 @@
+test: byterun/ocamlrun
+ k1-cluster --syscall=libstd_scalls.so -- byterun/ocamlrun examples/quicksort
+
+byterun/ocamlrun:
+ (cd byterun ; $(MAKE))
+
+.PHONY: test