aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhongbo.zhang <hongbo.zhang@linaro.com>2012-11-26 17:21:12 +0800
committerHongbo Zhang <hongbo.zhang@linaro.com>2013-01-21 16:37:42 +0800
commit5283adf896122ec13b63476337bea493b99f3c8b (patch)
tree771e89f5d4adabfdb48c2d9544151cdecc348d1d
parent0f6d3c9f14096a123be1e37a5edeaa5c88f830be (diff)
pm-qa: enable thermal test scipts.
Signed-off-by: hongbo.zhang <hongbo.zhang@linaro.com>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e73608..fa979e0 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ check:
@(cd cpuidle; $(MAKE) check)
@(cd sched_mc; $(MAKE) check)
# @(cd suspend; $(MAKE) check)
-# @(cd thermal; $(MAKE) check)
+ @(cd thermal; $(MAKE) check)
# @(cd powertop; $(MAKE) check)
uncheck:
@@ -41,7 +41,7 @@ uncheck:
@(cd cpuidle; $(MAKE) uncheck)
@(cd sched_mc; $(MAKE) uncheck)
# @(cd suspend; $(MAKE) uncheck)
-# @(cd thermal; $(MAKE) uncheck)
+ @(cd thermal; $(MAKE) uncheck)
recheck: uncheck check