linux/drivers/base/test
Alan Maguire aa811e3cec software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST
Currently the property entry kunit tests are built if CONFIG_KUNIT=y.
This will cause warnings when merged with the kunit tree that now
supports tristate CONFIG_KUNIT.  While the tests appear to compile
as a module, we get a warning about missing module license.

It's better to have a per-test suite CONFIG variable so that
we can do selective building of kunit-based suites, and can
also avoid merge issues like this.

Fixes: c032ace71c ("software node: add basic tests for property entries")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Alan Maguire <alan.maguire@oracle.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2020-01-17 00:23:37 +01:00
..
Kconfig software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST 2020-01-17 00:23:37 +01:00
Makefile software node: introduce CONFIG_KUNIT_DRIVER_PE_TEST 2020-01-17 00:23:37 +01:00
property-entry-test.c drivers/base/test: fix global-out-of-bounds error 2020-01-07 11:41:04 +01:00
test_async_driver_probe.c driver core: Rewrite test_async_driver_probe to cover serialization and NUMA affinity 2019-01-31 14:20:54 +01:00