From: Michael Tremer Date: Sun, 24 Jan 2010 22:48:35 +0000 (+0100) Subject: sed: Add testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=019de8350512162ef6e02f6ffc2dd03312f766b6;p=ipfire-3.x.git sed: Add testsuite. --- diff --git a/pkgs/core/sed/sed.nm b/pkgs/core/sed/sed.nm index fab8bbc98..4e3ec27dc 100644 --- a/pkgs/core/sed/sed.nm +++ b/pkgs/core/sed/sed.nm @@ -51,11 +51,13 @@ PKG_TARBALL = $(THISAPP).tar.gz define STAGE_BUILD cd $(DIR_APP) && \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --bindir=/bin \ - --enable-html \ --without-included-regex cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef + +define STAGE_TEST + cd $(DIR_APP) && make check +endef