diff --git a/Makefile b/Makefile index b6116cc4a4e4db28064dfbfe593bac5bc8a5ec9f..f08d5cf379961ee568c7caa6eac32eb1c29d7194 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