Switch StaticAnalysisTest build test to use the new build system CPPCHECK module. Update additional build tests to all include the core build system module.

This commit is contained in:
Dean Camera 2012-06-03 19:44:15 +00:00
parent 41b4c5b645
commit c7344c22ac
5 changed files with 32 additions and 29 deletions

View file

@ -37,4 +37,8 @@ clean:
$(MAKE) -s -f makefile.test clean ARCH=UC3
%:
.PHONY: begin end compile clean
# Include LUFA build script makefiles
include $(LUFA_ROOT_PATH)/LUFA/Build/lufa.core.in