aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>2015-11-17 22:35:43 +0800
committerShuah Khan <shuahkh@osg.samsung.com>2015-11-23 13:21:15 -0700
commit7e722473811a4f82a48bb2ef934ff44ca9ab8fa5 (patch)
tree1cd11eb71533ea6aac82d4d0d3f43990fc0f74dd /tools/testing/selftests
parentselftests/capabilities: actually test it (diff)
downloadwireguard-linux-7e722473811a4f82a48bb2ef934ff44ca9ab8fa5.tar.xz
wireguard-linux-7e722473811a4f82a48bb2ef934ff44ca9ab8fa5.zip
selftest/ipc: actually test it
The ipc testcase exist in selftest but no in the TARGETS list. Add it to the TARGETS. Signed-off-by: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests')
-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 ec0ecadbae99..b04afc3295df 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -6,6 +6,7 @@ TARGETS += exec
TARGETS += firmware
TARGETS += ftrace
TARGETS += futex
+TARGETS += ipc
TARGETS += kcmp
TARGETS += lib
TARGETS += membarrier