From 24336aefb2a2900bf5d702af5d8945eca5f6c1c2 Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 17 May 2014 03:53:42 +0200 Subject: [PATCH] Add make check target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e72ff07..4d94888 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,9 @@ all: test: $(MAKE) -C src test +check: test + ./test + doc: doxygen