aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/Makefile
diff options
context:
space:
mode:
authorBamvor Jian Zhang <bamvor.zhangjian@linaro.org>2015-11-17 22:35:42 +0800
committerShuah Khan <shuahkh@osg.samsung.com>2015-11-23 13:21:02 -0700
commitf4ecb322ab890a5c907a129fcee47056bf523415 (patch)
tree0363b8353bc314e1542de12865a46f5c166d1ce6 /tools/testing/selftests/Makefile
parentselftests/capabilities: clean up for Makefile (diff)
downloadlinux-dev-f4ecb322ab890a5c907a129fcee47056bf523415.tar.xz
linux-dev-f4ecb322ab890a5c907a129fcee47056bf523415.zip
selftests/capabilities: actually test it
The capatabilities 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/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
index c8edff6803d1..ec0ecadbae99 100644
--- a/tools/testing/selftests/Makefile
+++ b/tools/testing/selftests/Makefile
@@ -1,4 +1,5 @@
TARGETS = breakpoints
+TARGETS += capabilities
TARGETS += cpu-hotplug
TARGETS += efivarfs
TARGETS += exec