From: Michael Tremer Date: Sat, 16 Jan 2010 19:05:36 +0000 (+0100) Subject: zlib: Add testsuite. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92c56f8834f5b111a79ebcc6eb5708df51386df4;p=ipfire-3.x.git zlib: Add testsuite. --- diff --git a/pkgs/core/zlib/zlib.nm b/pkgs/core/zlib/zlib.nm index 2031d6029..d5c81ed4b 100644 --- a/pkgs/core/zlib/zlib.nm +++ b/pkgs/core/zlib/zlib.nm @@ -55,13 +55,16 @@ define STAGE_BUILD cd $(DIR_APP) && \ ac_cv_func_working_mktime=yes \ ./configure \ - $(CONFIGURE_ARCH) \ --prefix=/usr \ --libdir=/lib \ --disable-static cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef +define STAGE_TEST + cd $(DIR_APP) && make check +endef + define STAGE_INSTALL cd $(DIR_APP) && make install DESTDIR=$(BUILDROOT) -mkdir -pv $(BUILDROOT)/usr/{include,lib}