]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - testsuite/test-modprobe.c
testsuite: remove now unused array of tests
[thirdparty/kmod.git] / testsuite / test-modprobe.c
index 1d874cbde83a2cf8573a9404904087cf0c970b6c..792325771d367a0b95eec45d308bf85b7ea64118 100644 (file)
@@ -325,22 +325,4 @@ DEFINE_TEST(modprobe_oldkernel_force,
        .modules_loaded = "psmouse",
        );
 
-
-static const struct test *tests[] = {
-       &smodprobe_show_depends,
-       &smodprobe_show_depends2,
-       &smodprobe_show_alias_to_none,
-       &smodprobe_builtin,
-       &smodprobe_softdep_loop,
-       &smodprobe_install_cmd_loop,
-       &smodprobe_param_kcmdline,
-       &smodprobe_param_kcmdline2,
-       &smodprobe_param_kcmdline3,
-       &smodprobe_param_kcmdline4,
-       &smodprobe_force,
-       &smodprobe_oldkernel,
-       &smodprobe_oldkernel_force,
-       NULL,
-};
-
-TESTSUITE_MAIN(tests);
+TESTSUITE_MAIN();