mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-12-28 06:15:20 +07:00
25c0543ff6
Remove function kmod_resolve_alias_options since it's not needed anymore. Test is using the following configuration file: alias blablabla ac options ac test=1 options blablabla test=2 Lookup test by module name: $ ./test/test-lookup ac libkmod version 1 Alias: 'ac' Modules matching: ac options: 'test=1' Lookup test by alias: $ ./test/test-lookup blablabla libkmod version 1 Alias: 'blablabla' Modules matching: ac options: 'test=1 test=2' |
||
---|---|---|
.. | ||
.gitignore | ||
test-blacklist.c | ||
test-get-dependencies.c | ||
test-init.c | ||
test-insmod.c | ||
test-loaded.c | ||
test-lookup.c | ||
test-mod-double-ref.c | ||
test-path-from-name.c | ||
test-rmmod2.c | ||
test-rmmod.c |