kmod/test
Lucas De Marchi 25c0543ff6 Remove function kmod_resolve_alias_options()
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'
2011-12-13 14:28:16 -02:00
..
.gitignore add kmod_module_get_filtered_blacklist() 2011-12-08 11:17:16 -02:00
test-blacklist.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00
test-get-dependencies.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00
test-init.c Do not use config if it's not needed/wanted 2011-12-12 15:41:02 -02:00
test-insmod.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00
test-loaded.c Do not use config if it's not needed/wanted 2011-12-12 15:41:02 -02:00
test-lookup.c Remove function kmod_resolve_alias_options() 2011-12-13 14:28:16 -02:00
test-mod-double-ref.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00
test-path-from-name.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00
test-rmmod.c Fix "Dead assignments" as reported by llvm 2011-12-12 18:36:27 -02:00
test-rmmod2.c API-BREAK: kmod_new() takes a second parameter for configuration directory. 2011-12-11 20:58:22 -02:00