]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - testsuite/testsuite.h
testsuite: Add facility to skip tests.
[thirdparty/kmod.git] / testsuite / testsuite.h
index f1902495137a8c03a9066fe0b6e5caa985b85590..c74b648054ab336273ee29632c8cf8c794498f8f 100644 (file)
@@ -109,6 +109,8 @@ struct test {
        const struct keyval *env_vars;
        bool need_spawn;
        bool expected_fail;
+       /* allow to skip tests that don't meet compile-time dependencies */
+       bool skip;
        bool print_outputs;
 } __attribute__((aligned(8)));