mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
1e4c2830c3
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>
9 lines
126 B
Makefile
9 lines
126 B
Makefile
all:
|
|
|
|
TEST_PROGS := main.sh
|
|
TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
|
|
|
|
include ../lib.mk
|
|
|
|
clean:
|