diff options
author | Bamvor Jian Zhang <bamvor.zhangjian@linaro.org> | 2015-11-17 09:35:42 -0500 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2015-11-23 15:21:02 -0500 |
commit | f4ecb322ab890a5c907a129fcee47056bf523415 (patch) | |
tree | 0363b8353bc314e1542de12865a46f5c166d1ce6 /tools | |
parent | d3edeb47d886cf38bcf0e96c38f15f6cfda67e02 (diff) |
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 @@ | |||
1 | TARGETS = breakpoints | 1 | TARGETS = breakpoints |
2 | TARGETS += capabilities | ||
2 | TARGETS += cpu-hotplug | 3 | TARGETS += cpu-hotplug |
3 | TARGETS += efivarfs | 4 | TARGETS += efivarfs |
4 | TARGETS += exec | 5 | TARGETS += exec |