aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRajagopal Venkat <rajagopal.venkat@linaro.org>2012-07-03 20:55:39 +0530
committerhongbo.zhang <hongbo.zhang@linaro.com>2012-11-28 17:11:08 +0800
commitcff223c599984ab584dce9e09e259be0e5462ab6 (patch)
treeaf4863ecbec835d6f6d3a9995186f7051e0fa19c /Makefile
parent1c85eb8031d21590e5ad3d938eeb8c4639dc329b (diff)
pm-qa: add powertop test cases
add powertop test cases into pm-qa. Run the powertop sanity test to check if tool is available. If yes, then run powertop in report generation mode and validate the output. Signed-off-by: Rajagopal Venkat <rajagopal.venkat@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f85e5ac..1e73608 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ check:
@(cd sched_mc; $(MAKE) check)
# @(cd suspend; $(MAKE) check)
# @(cd thermal; $(MAKE) check)
+# @(cd powertop; $(MAKE) check)
uncheck:
@(cd cpufreq; $(MAKE) uncheck)