summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-09 15:30:41 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-02-10 19:17:57 +0100
commit85e0a914464d1fdd088173bae11388de71f02ef6 (patch)
treef4b28d8a71845c3768efba3d61739ff195e02011 /solenv
parent50078bd1ef37d77f16fbccf357639ffe3987272e (diff)
slowcheck should not be executed in module default target
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/Module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Module.mk b/solenv/gbuild/Module.mk
index c46a2e8cb1e1..f93b2775e206 100644
--- a/solenv/gbuild/Module.mk
+++ b/solenv/gbuild/Module.mk
@@ -129,7 +129,7 @@ gb_Module_DEVINSTALLHINT=
debugrun :| build
endif
-all : build unitcheck slowcheck
+all : build unitcheck
$(info $(gb_Module_BUILDHINT))
build :