diff options
author | Bongsu Jeon <bongsu.jeon@samsung.com> | 2021-01-27 16:08:29 +0300 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-30 05:03:33 +0300 |
commit | f595cf1242f3d64d78f9c96fa56bb5e22146d0ca (patch) | |
tree | af44c271e98bb7bea6688ab9da38fc41fa60e74d /tools/testing/selftests/Makefile | |
parent | e624e6c3e777fb3dfed036b9da4d433aee3608a5 (diff) | |
download | linux-f595cf1242f3d64d78f9c96fa56bb5e22146d0ca.tar.xz |
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/Makefile | 1 |
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 |