aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/cpufreq/Makefile
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2017-01-13 12:06:48 +0530
committerShuah Khan <shuahkh@osg.samsung.com>2017-01-19 10:32:27 -0700
commit1e4c2830c36914feb7d03916e21f7c2e45dc2055 (patch)
treefc2ef4ea871c91162e5ed385ea076db5836c5134 /tools/testing/selftests/cpufreq/Makefile
parentselftest: cpufreq: Add support to test cpufreq modules (diff)
downloadlinux-dev-1e4c2830c36914feb7d03916e21f7c2e45dc2055.tar.xz
linux-dev-1e4c2830c36914feb7d03916e21f7c2e45dc2055.zip
selftest: cpufreq: Add special tests
This patch adds support for special tests which were reported on the PM list over the years, which helped catching core bugs by several developers. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Diffstat (limited to 'tools/testing/selftests/cpufreq/Makefile')
-rw-r--r--tools/testing/selftests/cpufreq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/cpufreq/Makefile b/tools/testing/selftests/cpufreq/Makefile
index 80c8727dcec1..3955cd96f3a2 100644
--- a/tools/testing/selftests/cpufreq/Makefile
+++ b/tools/testing/selftests/cpufreq/Makefile
@@ -1,7 +1,7 @@
all:
TEST_PROGS := main.sh
-TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh
+TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
include ../lib.mk