From bd75ef9f271da4093f8e409329464811673b3de4 Mon Sep 17 00:00:00 2001 From: Niels Date: Thu, 4 Aug 2016 22:05:16 +0200 Subject: [PATCH] added check-fast flag --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b6116cc4..f08d5cf3 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,9 @@ json_unit: check: json_unit test/json_unit "*" +check-fast: json_unit + test/json_unit + ########################################################################## # documentation tests