Unlike the other libkmod tests, this one explicitly covers internal-only
API. As such keep it separate, to avoid pulling (again) the internal
headers and potentially leaking implementation details where they should
not be found.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/450
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
_testsuite = [
'test-depmod',
'test-libkmod',
- 'test-list',
+ 'test-libkmod-list',
'test-modinfo',
'test-modprobe',
'test-shared',