X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7a7ee6a908c1a3d9fff220152309460287178a4f..ecdffe2e41f13cc245e2e7cfab18486ea66330a7:/BuildTests/makefile diff --git a/BuildTests/makefile b/BuildTests/makefile index ac0cde260..604b2e56f 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -1,6 +1,6 @@ # # LUFA Library -# Copyright (C) Dean Camera, 2011. +# Copyright (C) Dean Camera, 2012. # # dean [at] fourwalledcubicle [dot] com # www.lufa-lib.org @@ -13,6 +13,7 @@ all: %: $(MAKE) -C BoardDriverTest $@ + $(MAKE) -C BootloaderTest $@ $(MAKE) -C ModuleTest $@ $(MAKE) -C SingleUSBModeTest $@ $(MAKE) -C StaticAnalysisTest $@