]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
build-sys: extract rootfs for make check
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 26 Jan 2012 21:26:35 +0000 (19:26 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 26 Jan 2012 21:26:35 +0000 (19:26 -0200)
Commit "d2c2b8b build-sys: autotoolify build of check libraries" removed
rootfs extraction. Add it back.

Makefile.am

index 22e882b04222a2db76b3ba0edcb682dc6a467c38..2dc09a3439ce7ccd6e470d84dbb1956588f9a801 100644 (file)
@@ -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