diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/modules-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qtest/modules-test.c b/tests/qtest/modules-test.c index 8821768..be2575a 100644 --- a/tests/qtest/modules-test.c +++ b/tests/qtest/modules-test.c @@ -16,6 +16,9 @@ static void test_modules_load(const void *data) int main(int argc, char *argv[]) { const char *modules[] = { +#ifdef CONFIG_BLKIO + "block-", "blkio", +#endif #ifdef CONFIG_CURL "block-", "curl", #endif |