selftest/ipc: actually test it
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Tue, 17 Nov 2015 14:35:43 +0000 (22:35 +0800)
committerShuah 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

index ec0ecad..b04afc3 100644 (file)
@@ -6,6 +6,7 @@ TARGETS += exec
 TARGETS += firmware
 TARGETS += ftrace
 TARGETS += futex
+TARGETS += ipc
 TARGETS += kcmp
 TARGETS += lib
 TARGETS += membarrier