Update build test "ModuleTest" to check platform drivers where possible. Add missing...
[pub/USBasp.git] / BuildTests / SingleUSBModeTest / makefile
index 9697ee6..c147d62 100644 (file)
@@ -13,6 +13,9 @@
 # application.\r
 \r
 all:\r
+       @echo Executing build test "SingleUSBModeTest".\r
+       @echo\r
+\r
        $(MAKE) -f makefile.avr8 clean\r
        $(MAKE) -f makefile.avr8 LUFA_OPTS='-D USB_DEVICE_ONLY'\r
        $(MAKE) -f makefile.avr8 clean\r
@@ -26,6 +29,9 @@ all:
        $(MAKE) -f makefile.uc3 clean\r
        $(MAKE) -f makefile.uc3 LUFA_OPTS='-D USB_HOST_ONLY'\r
 \r
+       @echo Build test "SingleUSBModeTest" complete.\r
+       @echo\r
+\r
 clean:\r
        $(MAKE) -f makefile.avr8 clean\r
        $(MAKE) -f makefile.xmega clean\r