aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android/tests/Makefile
diff options
context:
space:
mode:
authorTiffany Yang <ynaffit@google.com>2025-07-14 11:53:17 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-07-16 14:11:58 +0200
commit5e024582f494c6ff5eb2bec5183fd1eb35462500 (patch)
tree4961e17ce0052fea9ddbf2bcc657631fcb98e20f /drivers/android/tests/Makefile
parentkunit: test: Export kunit_attach_mm() (diff)
downloadlinux-5e024582f494c6ff5eb2bec5183fd1eb35462500.tar.gz
linux-5e024582f494c6ff5eb2bec5183fd1eb35462500.zip
binder: Scaffolding for binder_alloc KUnit tests
Add setup and teardown for testing binder allocator code with KUnit. Include minimal test cases to verify that tests are initialized correctly. Tested-by: Rae Moar <rmoar@google.com> Signed-off-by: Tiffany Yang <ynaffit@google.com> Acked-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20250714185321.2417234-5-ynaffit@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/android/tests/Makefile')
-rw-r--r--drivers/android/tests/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/android/tests/Makefile b/drivers/android/tests/Makefile
new file mode 100644
index 000000000000..6780967e573b
--- /dev/null
+++ b/drivers/android/tests/Makefile
@@ -0,0 +1,3 @@
+# SPDX-License-Identifier: GPL-2.0-only
+
+obj-$(CONFIG_ANDROID_BINDER_ALLOC_KUNIT_TEST) += binder_alloc_kunit.o