From: Michal Marek Date: Fri, 4 Apr 2014 11:05:49 +0000 (+0200) Subject: testsuite: Do not run tests with *.ko.gz if zlib is not enabled X-Git-Tag: v17~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=81bf88d6c4a6897ae2700cd5fd4f801906c96f33;p=thirdparty%2Fkmod.git testsuite: Do not run tests with *.ko.gz if zlib is not enabled --- diff --git a/testsuite/test-depmod.c b/testsuite/test-depmod.c index b6023f11..25c2e9bc 100644 --- a/testsuite/test-depmod.c +++ b/testsuite/test-depmod.c @@ -135,7 +135,9 @@ static DEFINE_TEST(depmod_search_order_same_prefix2, static const struct test *tests[] = { +#ifdef ENABLE_ZLIB &sdepmod_modules_order_for_compressed, +#endif &sdepmod_search_order_simple, &sdepmod_search_order_same_prefix, &sdepmod_search_order_same_prefix2,