summaryrefslogtreecommitdiff
path: root/drivers/base/test/Makefile
diff options
context:
space:
mode:
authorDmitry Torokhov <dmitry.torokhov@gmail.com>2019-12-04 10:53:15 -0800
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2019-12-19 18:14:34 +0100
commitc032ace71c29d513bf9df64ace1885fe5ff24981 (patch)
tree16b90a0fddc3cf9928eb11598bd4f9398325b7ed /drivers/base/test/Makefile
parente933bedd45099dce1165104138bb703a6e31df82 (diff)
software node: add basic tests for property entries
This adds tests for creating software nodes with properties supplied by PROPERTY_ENTRY_XXX() macros and fetching and validating data from said nodes/properties. We are using KUnit framework for the tests. Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/base/test/Makefile')
-rw-r--r--drivers/base/test/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/base/test/Makefile b/drivers/base/test/Makefile
index 0f1f7277a013..22143102e5d2 100644
--- a/drivers/base/test/Makefile
+++ b/drivers/base/test/Makefile
@@ -1,2 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_TEST_ASYNC_DRIVER_PROBE) += test_async_driver_probe.o
+
+obj-$(CONFIG_KUNIT) += property-entry-test.o