From: Michael Tremer Date: Tue, 27 Apr 2010 13:46:38 +0000 (+0200) Subject: diffutils: The new version does come with a testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd390be8552cbf610f57e0779011ef6363042efd;p=ipfire-3.x.git diffutils: The new version does come with a testsuite. Enabled. --- diff --git a/pkgs/core/diffutils/diffutils.nm b/pkgs/core/diffutils/diffutils.nm index 5b0f0cce3..8fb471487 100644 --- a/pkgs/core/diffutils/diffutils.nm +++ b/pkgs/core/diffutils/diffutils.nm @@ -46,4 +46,6 @@ PKG_TARBALL = $(THISAPP).tar.gz CONFIGURE_OPTIONS += \ --mandir=/usr/share -# This package doesn't have a testsuite. +define STAGE_TEST + cd $(DIR_APP) && make check +endef