diff options
author | Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> | 2015-11-17 22:35:42 +0800 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-11-23 13:21:02 -0700 |
commit | f4ecb322ab890a5c907a129fcee47056bf523415 (patch) | |
tree | 0363b8353bc314e1542de12865a46f5c166d1ce6 /tools | |
parent | d3edeb47d886cf38bcf0e96c38f15f6cfda67e02 (diff) | |
download | linux-f4ecb322ab890a5c907a129fcee47056bf523415.tar.gz linux-f4ecb322ab890a5c907a129fcee47056bf523415.tar.bz2 linux-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')
-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 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 |