]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
coreutils: Aktivate testsuite.
authorSchantl Stefan <Stevee@ipfire.org>
Sat, 27 Nov 2010 12:58:24 +0000 (13:58 +0100)
committerSchantl Stefan <Stevee@ipfire.org>
Sat, 27 Nov 2010 12:58:24 +0000 (13:58 +0100)
pkgs/core/coreutils/coreutils.nm

index d9fe8faa66a9c105b6c945a2b1e5f91e58bbadd8..748d14225cbc4449734cce99ef2b545639f2f448 100644 (file)
@@ -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}