added check-fast flag
This commit is contained in:
parent
ff592c6d50
commit
bd75ef9f27
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -27,6 +27,9 @@ json_unit:
|
||||||
check: json_unit
|
check: json_unit
|
||||||
test/json_unit "*"
|
test/json_unit "*"
|
||||||
|
|
||||||
|
check-fast: json_unit
|
||||||
|
test/json_unit
|
||||||
|
|
||||||
|
|
||||||
##########################################################################
|
##########################################################################
|
||||||
# documentation tests
|
# documentation tests
|
||||||
|
|
Loading…
Reference in a new issue