Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.

This commit is contained in:
Dean Camera 2012-02-19 13:30:08 +00:00
parent b7f4370c8e
commit 0e4ece1d1d
10 changed files with 146 additions and 6 deletions

View file

@ -13,6 +13,9 @@
# application.
all:
@echo Executing build test "ModuleTest".
@echo
$(MAKE) -f makefile.avr8 clean
$(MAKE) -f makefile.avr8
@ -22,6 +25,9 @@ all:
$(MAKE) -f makefile.uc3 clean
$(MAKE) -f makefile.uc3
@echo Build test "ModuleTest" complete.
@echo
clean:
$(MAKE) -f makefile.avr8 clean
$(MAKE) -f makefile.xmega clean