aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-05 15:01:42 +0200
committerDaniel Lezcano <daniel.lezcano@linaro.org>2011-08-05 15:01:42 +0200
commita7da520f1da63d7c001ae6f38f9b79ba682bdaa6 (patch)
tree9751a4ac31ab206c0b357e764eab50619509ebef /Makefile
parent4340e0fa4aece510064f3876770cd81ba4a744bd (diff)
test_01 : test sched_mc file presence
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index be9df5d..abc866b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,8 +29,11 @@ all:
check:
@(cd utils; $(MAKE) check)
@(cd cpufreq; $(MAKE) check)
+ @(cd sched_mc; $(MAKE) check)
+
uncheck:
@(cd cpufreq; $(MAKE) uncheck)
+ @(cd sched_mc; $(MAKE) uncheck)
recheck: uncheck check