From 366b64825ce20ea5f9f3e0da298618f15450613f Mon Sep 17 00:00:00 2001 From: Gabriel Kerneis Date: Thu, 10 Oct 2013 16:29:35 +0100 Subject: Stub test suite --- src/Makefile | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 59f9165c..4ecf9ba7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,15 +1,7 @@ -.PHONY: all test clean +.PHONY: all clean -all: main.native test - -.PHONY: main.native -main.native: - ocamlbuild main.native - -TESTS=test/test1.native - -test: - ocamlbuild $(TESTS) +all: + ocamlbuild main.native test/run_tests.native clean: -ocamlbuild -clean -- cgit v1.2.3