aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-04-10 14:06:14 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-04-10 14:09:13 +0530
commit3bf6194ec949d26015d95747d4f09867178397e9 (patch)
treed758d020f03384b04c949adeb36cc15661c74b82 /Makefile
parent5f74d6f92840a168b861bd06e4d33a811dfb9bdb (diff)
pm-qa: change result message for tests
- change the result message for each subtest, so that it won't interfere with lava log parsing. Report total pass and fail count for tests. - bug: https://bugs.launchpad.net/linaro-power-qa/+bug/1156614 - change permission in cputopology scripts for execution Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 52aa60d..731619d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,7 @@ check:
# @(cd suspend; $(MAKE) check)
@(cd thermal; $(MAKE) check)
# @(cd powertop; $(MAKE) check)
+ @(cd cputopology; $(MAKE) check)
uncheck:
@(cd cpufreq; $(MAKE) uncheck)