diff options
author | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-11-13 10:45:00 -0800 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-11-13 10:45:00 -0800 |
commit | 068729e3688cbe7eb5a51821f14a668cca314ddf (patch) | |
tree | c9901ecbe92e02d7e6d281b9855c6664452f5362 /testsuite/populate-modules.sh | |
parent | 3ada8df85c0d493bd8ff13d11eff33f9e4c37676 (diff) | |
download | kmod-068729e3688cbe7eb5a51821f14a668cca314ddf.tar.gz kmod-068729e3688cbe7eb5a51821f14a668cca314ddf.tar.bz2 kmod-068729e3688cbe7eb5a51821f14a668cca314ddf.zip |
testsuite: add simple test for --show-exports
Diffstat (limited to 'testsuite/populate-modules.sh')
-rwxr-xr-x | testsuite/populate-modules.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/populate-modules.sh b/testsuite/populate-modules.sh index b77e71e..ba68a69 100755 --- a/testsuite/populate-modules.sh +++ b/testsuite/populate-modules.sh @@ -39,6 +39,7 @@ map=( ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-loop-a.ko"]="mod-loop-a.ko" ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-loop-b.ko"]="mod-loop-b.ko" ["test-modprobe/show-depends/lib/modules/4.4.4/kernel/mod-simple.ko"]="mod-simple.ko" + ["test-modprobe/show-exports/mod-loop-a.ko"]="mod-loop-a.ko" ["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/install-cmd-loop/lib/modules/4.4.4/kernel/mod-loop-a.ko"]="mod-loop-a.ko" |