aboutsummaryrefslogtreecommitdiff
path: root/BuildTests/makefile
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-06 14:26:18 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2012-05-06 14:26:18 +0000
commitd9027604f0662995c9f6ef8caca0e2fbc6717c64 (patch)
tree5f1c2fc0706f38d9aeea0604283ad795d406258e /BuildTests/makefile
parent95e3c7d66dbbb4f606d2ed31eed5568324428f2b (diff)
Add partially complete BoardDriverTest build test.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2187 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index e2964361..dfa4f8d4 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -14,8 +14,10 @@ all:
$(MAKE) -C ModuleTest all
$(MAKE) -C SingleUSBModeTest all
$(MAKE) -C StaticAnalysisTest all
+ $(MAKE) -C BoardDriverTest all
%:
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@
+ $(MAKE) -C BoardDriverTest $@