reenable unitcheck and slowcheck as top level targets

Change-Id: Idb46ebcb427522c74632a1813afcbb841fb61243
This commit is contained in:
Bjoern Michaelsen 2012-06-24 14:01:54 +02:00
parent baf87aacce
commit 4a9c85b3f8

View File

@ -493,6 +493,12 @@ check: dev-install subsequentcheck
subsequentcheck :| $(if $(filter-out subsequentcheck,$(MAKECMDGOALS)),dev-install)
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
unitcheck:
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
slowcheck:
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@
debugrun:
$(GNUMAKE) -j $(GMAKE_PARALLELISM) $(GMAKE_OPTIONS) -f Makefile.post $@