diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2017-01-13 09:36:48 +0300 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-01-19 20:32:27 +0300 |
commit | 1e4c2830c36914feb7d03916e21f7c2e45dc2055 (patch) | |
tree | fc2ef4ea871c91162e5ed385ea076db5836c5134 /tools/testing/selftests/cpufreq/Makefile | |
parent | 6751faf3d8338d525e8d9c35ae87cbfed48ce958 (diff) | |
download | linux-1e4c2830c36914feb7d03916e21f7c2e45dc2055.tar.xz |
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/Makefile | 2 |
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 |