aboutsummaryrefslogtreecommitdiff
path: root/Test.mk
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2013-04-10 11:34:20 +0530
committerSanjay Singh Rawat <sanjay.rawat@linaro.org>2013-04-10 11:36:08 +0530
commitf698a6736fc105beca5feca8e5f5e4b6c97c41c8 (patch)
tree643cd8ec6bb8f6b8cac6a8bb434f8d64e7ba4603 /Test.mk
parent8b40f39eadc6b4f10cc4eebf79944d08d9b395ec (diff)
pmqa: cpuidle: add test to check cpuidle statistics
Add functionality to record the current runtime cpuidle statistics and show the same. Signed-off-by: Sanjay Singh Rawat <sanjay.rawat@linaro.org>
Diffstat (limited to 'Test.mk')
-rw-r--r--Test.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Test.mk b/Test.mk
index 671bbf5..19d7346 100644
--- a/Test.mk
+++ b/Test.mk
@@ -36,7 +36,13 @@ SANITY_STATUS:= $(shell if test $(SNT) && test -f $(SNT); then \
echo 1; fi; else echo 1; fi)
ifeq "$(SANITY_STATUS)" "1"
+
+ifeq "$(TEST)" "4"
+TST=cpuidle_04.sh
+run_tests: uncheck $(EXEC) $(LOG)
+else
run_tests: uncheck $(EXEC) $(LOG)
+endif
%.log: %.sh
@echo "###"