From 8bf0a31a9523b2cbb84f60f8f2c82eea4ad2586a Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Thu, 10 Oct 2013 16:30:35 +0100 Subject: make test target --- src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 4ecf9ba7..325c326c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,11 @@ -.PHONY: all clean +.PHONY: all test clean all: ocamlbuild main.native test/run_tests.native +test: all + ./run_tests.native + clean: -ocamlbuild -clean -rm -rf _build -- cgit v1.2.3