]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: Do not run tests with *.ko.gz if zlib is not enabled
authorMichal Marek <mmarek@suse.cz>
Fri, 4 Apr 2014 11:05:49 +0000 (13:05 +0200)
committerMichal Marek <mmarek@suse.cz>
Fri, 4 Apr 2014 11:05:49 +0000 (13:05 +0200)
testsuite/test-depmod.c

index b6023f11a968740da5d1b59fb7a41c8372c48a5e..25c2e9bc83a886fb5621d74e5e3b17e56d4aebdd 100644 (file)
@@ -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,