projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29fa1d4
)
selftests: Add intel_pstate to TARGETS
author
Stafford Horne
<shorne@gmail.com>
Wed, 11 Jan 2017 15:16:07 +0000
(
00:16
+0900)
committer
Shuah Khan
<shuahkh@osg.samsung.com>
Thu, 19 Jan 2017 17:30:46 +0000
(10:30 -0700)
This test was missing from the TARGETS list. The test requires patches
to cpupower to pass correctly.
Cc: Prarit Bhargava <prarit@redhat.com>
Signed-off-by: Stafford Horne <shorne@gmail.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/tools/testing/selftests/Makefile
b/tools/testing/selftests/Makefile
index 2741f9e35215b0bda1708f02e9f96c7d747f1f36..c6ccf57f2cb5b77a73c3c999f44d94cd4f949c01 100644
(file)
--- a/
tools/testing/selftests/Makefile
+++ b/
tools/testing/selftests/Makefile
@@
-8,6
+8,7
@@
TARGETS += firmware
TARGETS += ftrace
TARGETS += futex
TARGETS += gpio
+TARGETS += intel_pstate
TARGETS += ipc
TARGETS += kcmp
TARGETS += lib