From: Schantl Stefan Date: Sat, 27 Nov 2010 12:58:24 +0000 (+0100) Subject: coreutils: Aktivate testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08eacf796a00b14bbd6b8552be02599530053ffd;p=ipfire-3.x.git coreutils: Aktivate testsuite. --- diff --git a/pkgs/core/coreutils/coreutils.nm b/pkgs/core/coreutils/coreutils.nm index d9fe8faa6..748d14225 100644 --- a/pkgs/core/coreutils/coreutils.nm +++ b/pkgs/core/coreutils/coreutils.nm @@ -57,9 +57,9 @@ define STAGE_PREPARE_CMDS cd $(DIR_APP) && autoconf --force endef -#define STAGE_TEST -# cd $(DIR_APP) && make RUN_EXPENSIVE_TESTS=yes check -#endef +define STAGE_TEST + cd $(DIR_APP) && make check +endef define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/{bin,etc/profile.d,usr/sbin}