aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>2015-11-17 09:35:43 -0500
committerShuah Khan <shuahkh@osg.samsung.com>2015-11-23 15:21:15 -0500
commit7e722473811a4f82a48bb2ef934ff44ca9ab8fa5 (patch)
tree1cd11eb71533ea6aac82d4d0d3f43990fc0f74dd
parentf4ecb322ab890a5c907a129fcee47056bf523415 (diff)
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>
-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
6TARGETS += firmware 6TARGETS += firmware
7TARGETS += ftrace 7TARGETS += ftrace
8TARGETS += futex 8TARGETS += futex
9TARGETS += ipc
9TARGETS += kcmp 10TARGETS += kcmp
10TARGETS += lib 11TARGETS += lib
11TARGETS += membarrier 12TARGETS += membarrier