aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorBongsu Jeon <bongsu.jeon@samsung.com>2021-01-27 22:08:29 +0900
committerJakub Kicinski <kuba@kernel.org>2021-01-29 18:03:33 -0800
commitf595cf1242f3d64d78f9c96fa56bb5e22146d0ca (patch)
treeaf44c271e98bb7bea6688ab9da38fc41fa60e74d /tools/testing/selftests/Makefile
parentnfc: Add a virtual nci device driver (diff)
downloadlinux-dev-f595cf1242f3d64d78f9c96fa56bb5e22146d0ca.tar.xz
linux-dev-f595cf1242f3d64d78f9c96fa56bb5e22146d0ca.zip
selftests: Add nci suite
This is the NCI test suite. It tests the NFC/NCI module using virtual NCI device. Test cases consist of making the virtual NCI device on/off and controlling the device's polling for NCI1.0 and NCI2.0 version. Signed-off-by: Bongsu Jeon <bongsu.jeon@samsung.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r--tools/testing/selftests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index 8a917cb4426a..c42aacec5038 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -34,6 +34,7 @@ TARGETS += memory-hotplug
TARGETS += mincore
TARGETS += mount
TARGETS += mqueue
+TARGETS += nci
TARGETS += net
TARGETS += net/forwarding
TARGETS += net/mptcp