diff options
| author | Gabriel Kerneis | 2013-10-10 16:29:35 +0100 |
|---|---|---|
| committer | Gabriel Kerneis | 2013-10-10 16:29:35 +0100 |
| commit | 366b64825ce20ea5f9f3e0da298618f15450613f (patch) | |
| tree | e1a8205c4adc727b51d0e0ce398437164425dfb5 /src/Makefile | |
| parent | 8d42d2a0c5c3069f9eb9314f129d4b4f5120af78 (diff) | |
Stub test suite
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 14 |
1 files changed, 3 insertions, 11 deletions
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 |
