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