summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-04-28 14:44:07 +0800
committerChromeBot <chrome-bot@google.com>2013-04-29 03:47:50 -0700
commitdff3b9f2c0420a1f0889099f8e89b81fe5209313 (patch)
treeaf58c7e790c25a8621541f2acd793965cb8e487d /Makefile.rules
parent950d507366cf66fb7a48d39c0612ccecd890fc19 (diff)
downloadchrome-ec-dff3b9f2c0420a1f0889099f8e89b81fe5209313.tar.gz
Make test-list a per-board parameter
Some tests are not applicable to all boards. This change makes test-list a per-board parameter so a test can be enabled/disabled for individual boards. Also disable all the tests that don't compile now. BUG=chrome-os-partner:18598 TEST=make tests for all boards BRANCH=None Change-Id: Id2d18e23856f5c64dbdc7c6ca5949f8ad61b5cc0 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49452
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.rules b/Makefile.rules
index c6868ecf37..9a1f986f35 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -55,8 +55,8 @@ dis: $(dis-y)
utils: $(build-utils) $(host-utils)
-test-targets=$(foreach t,$(test-list),test-$(t))
-qemu-test-targets=$(foreach t,$(test-list),qemu-$(t))
+test-targets=$(foreach t,$(test-list-y),test-$(t))
+qemu-test-targets=$(foreach t,$(test-list-y),qemu-$(t))
.PHONY: $(qemu-test-target) $(test-targets)
$(test-targets): test-%: