diff options
author | Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> | 2015-11-17 17:35:43 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-11-23 23:21:15 +0300 |
commit | 7e722473811a4f82a48bb2ef934ff44ca9ab8fa5 (patch) | |
tree | 1cd11eb71533ea6aac82d4d0d3f43990fc0f74dd /tools/testing/selftests/Makefile | |
parent | f4ecb322ab890a5c907a129fcee47056bf523415 (diff) | |
download | linux-7e722473811a4f82a48bb2ef934ff44ca9ab8fa5.tar.xz |
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>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-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 TARGETS += firmware TARGETS += ftrace TARGETS += futex +TARGETS += ipc TARGETS += kcmp TARGETS += lib TARGETS += membarrier |