]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
coreutils: Activate testsuite.
authorSchantl Stefan <Stevee@ipfire.org>
Wed, 24 Mar 2010 11:06:26 +0000 (12:06 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Wed, 24 Mar 2010 11:06:26 +0000 (12:06 +0100)
Fixes issue #587.

pkgs/core/coreutils/coreutils.nm

index c4f3af54e4392435565f544282ce284f548a1b10..fab1cdf6256cab93542689630751a1d6c23b05a7 100644 (file)
@@ -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}