aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/ocaml/Makefile
blob: 46ce89948c8165bd103825a691fb5479fe54a96e (plain)
1
2
3
4
5
6
7
test: byterun/ocamlrun
	k1-cluster --syscall=libstd_scalls.so -- byterun/ocamlrun examples/quicksort

byterun/ocamlrun:
	(cd byterun ; $(MAKE))

.PHONY: test