From 5ac9c07aac2e2d63a4c1855b34672c2ceb6ea7e8 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 26 Jan 2012 19:26:35 -0200 Subject: [PATCH] build-sys: extract rootfs for make check Commit "d2c2b8b build-sys: autotoolify build of check libraries" removed rootfs extraction. Add it back. --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.47.2