projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4ecb32
)
selftest/ipc: actually test it
author
Bamvor Jian Zhang
<bamvor.zhangjian@linaro.org>
Tue, 17 Nov 2015 14:35:43 +0000
(22:35 +0800)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Mon, 23 Nov 2015 20:21:15 +0000
(13:21 -0700)
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>
tools/testing/selftests/Makefile
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/Makefile
b/tools/testing/selftests/Makefile
index ec0ecadbae9959c110f4ead3106c69a7533aa197..b04afc3295dfbcb9bc0d4d66b40fa70d32fa016a 100644
(file)
--- 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