From ac5cafeb211727dbb96ddc0ec7cf937a4481c228 Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Sun, 21 Dec 2014 16:12:52 +0100 Subject: [PATCH] Add 'make check' target. --- ocaml/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ocaml/Makefile b/ocaml/Makefile index 44815a5..8f35680 100644 --- a/ocaml/Makefile +++ b/ocaml/Makefile @@ -5,3 +5,6 @@ shell: irc: ocamlbuild -use-ocamlfind irc.byte + +check: + ocamlbuild -use-ocamlfind test.byte --