From: Schantl Stefan Date: Wed, 24 Mar 2010 11:06:26 +0000 (+0100) Subject: coreutils: Activate testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64dd6e037750951a6fe7e44c6bbb5c30eea8dda6;p=ipfire-3.x.git coreutils: Activate testsuite. Fixes issue #587. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index c4f3af54e..fab1cdf62 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -57,10 +57,9 @@ define STAGE_PREPARE_CMDS cd $(DIR_APP) && autoconf --force endef -# fails -#define STAGE_TEST -# cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check -#endef +define STAGE_TEST + cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check +endef define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/{bin,etc/profile.d,usr/sbin}