diff options
author | Stafford Horne <shorne@gmail.com> | 2017-01-12 00:16:07 +0900 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-19 10:30:46 -0700 |
commit | 6320303fb27ae46919c13b2f9ebf3f3a3ad63859 (patch) | |
tree | 9aad7a86ff60d51a8c4e54a3b44877045a01a841 /tools/testing/selftests | |
parent | 29fa1d436e96954ebcdac0beecb2e0d96c26350d (diff) | |
download | linux-stable-6320303fb27ae46919c13b2f9ebf3f3a3ad63859.tar.gz linux-stable-6320303fb27ae46919c13b2f9ebf3f3a3ad63859.tar.bz2 linux-stable-6320303fb27ae46919c13b2f9ebf3f3a3ad63859.zip |
selftests: Add intel_pstate to TARGETS
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>
Diffstat (limited to 'tools/testing/selftests')
-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 2741f9e35215..c6ccf57f2cb5 100644 --- 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 |