Browse Source

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>
Bamvor Jian Zhang 9 years ago
parent
commit
7e72247381
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/testing/selftests/Makefile

+ 1 - 0
tools/testing/selftests/Makefile

@@ -6,6 +6,7 @@ TARGETS += exec
 TARGETS += firmware
 TARGETS += ftrace
 TARGETS += futex
+TARGETS += ipc
 TARGETS += kcmp
 TARGETS += lib
 TARGETS += membarrier