From: Bamvor Jian Zhang Date: Tue, 17 Nov 2015 14:35:43 +0000 (+0800) Subject: selftest/ipc: actually test it X-Git-Tag: v6.1~17338^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7e722473811a4f82a48bb2ef934ff44ca9ab8fa5;p=sdk%2Femulator%2Femulator-kernel.git 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 Signed-off-by: Shuah Khan --- 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