]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
sed: Add testsuite.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:48:35 +0000 (23:48 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 24 Jan 2010 22:48:35 +0000 (23:48 +0100)
pkgs/core/sed/sed.nm

index fab8bbc98dbb6a6eb62b6815cbc7b604ed70b2b6..4e3ec27dc1470b976e65bb272022e508d455de4f 100644 (file)
@@ -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