projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add source static analysis build test using "cppcheck".
[pub/lufa.git]
/
BuildTests
/
makefile
diff --git
a/BuildTests/makefile
b/BuildTests/makefile
index
26b29ed
..
e296436
100644
(file)
--- a/
BuildTests/makefile
+++ b/
BuildTests/makefile
@@
-13,8
+13,9
@@
all:
\r
$(MAKE) -C ModuleTest all
\r
$(MAKE) -C SingleUSBModeTest all
\r
+ $(MAKE) -C StaticAnalysisTest all
\r
\r
%:
\r
$(MAKE) -C ModuleTest $@
\r
$(MAKE) -C SingleUSBModeTest $@
\r
-
\r
+ $(MAKE) -C StaticAnalysisTest $@
\r