diff options
author | Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> | 2015-11-17 09:35:43 -0500 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-11-23 15:21:15 -0500 |
commit | 7e722473811a4f82a48bb2ef934ff44ca9ab8fa5 (patch) | |
tree | 1cd11eb71533ea6aac82d4d0d3f43990fc0f74dd | |
parent | f4ecb322ab890a5c907a129fcee47056bf523415 (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/Makefile | 1 |
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 | |||
6 | TARGETS += firmware | 6 | TARGETS += firmware |
7 | TARGETS += ftrace | 7 | TARGETS += ftrace |
8 | TARGETS += futex | 8 | TARGETS += futex |
9 | TARGETS += ipc | ||
9 | TARGETS += kcmp | 10 | TARGETS += kcmp |
10 | TARGETS += lib | 11 | TARGETS += lib |
11 | TARGETS += membarrier | 12 | TARGETS += membarrier |