From: Lucas De Marchi Date: Thu, 26 Jan 2012 21:26:35 +0000 (-0200) Subject: build-sys: extract rootfs for make check X-Git-Tag: v5~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac9c07aac2e2d63a4c1855b34672c2ceb6ea7e8;p=thirdparty%2Fkmod.git build-sys: extract rootfs for make check Commit "d2c2b8b build-sys: autotoolify build of check libraries" removed rootfs extraction. Add it back. --- diff --git a/Makefile.am b/Makefile.am index 22e882b0..2dc09a34 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,6 +133,10 @@ endif # TESTSUITE # ------------------------------------------------------------------------------ +testsuite/rootfs: + $(AM_V_GEN) tar -C testsuite/ \ + -xJf $(top_srcdir)/testsuite/rootfs.tar.xz + TESTSUITE_OVERRIDE_LIBS = testsuite/uname.la testsuite/path.la \ testsuite/init_module.la \ testsuite/delete_module.la