We're starting to consolidate/fold the dozen+ tests into a few top-level
ones. This is the first step, renaming the first shared (utility) into
the final unified location.
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-array',
'test-blacklist',
'test-dependencies',
'test-depmod',
'test-multi-softdep',
'test-new-module',
'test-remove',
+ 'test-shared',
'test-strbuf',
'test-testsuite',
'test-util',