]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - testsuite/populate-modules.sh
testsuite: port tests without finit_module() to module-playground
[thirdparty/kmod.git] / testsuite / populate-modules.sh
index 0fa51ab03b1bade562238a757dc87f8be05a9467..46c65ad4a0b83362dc22f4ffd90828f60a74f24c 100755 (executable)
@@ -28,6 +28,8 @@ map=(
     ["test-modprobe/softdep-loop/lib/modules/4.4.4/kernel/mod-loop-a.ko"]="mod-loop-a.ko"
     ["test-modprobe/softdep-loop/lib/modules/4.4.4/kernel/mod-loop-b.ko"]="mod-loop-b.ko"
     ["test-modprobe/force/lib/modules/4.4.4/kernel/"]="mod-simple.ko"
+    ["test-modprobe/oldkernel/lib/modules/3.3.3/kernel/"]="mod-simple.ko"
+    ["test-modprobe/oldkernel-force/lib/modules/3.3.3/kernel/"]="mod-simple.ko"
 )
 
 for k in ${!map[@]}; do