aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests')
-rw-r--r--BuildTests/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index e64fa3dd1..caa22fb80 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -12,8 +12,12 @@
all:
%:
+ @echo Executing \"make $@\" on all LUFA build tests.
+ @echo
$(MAKE) -C BoardDriverTest $@
$(MAKE) -C BootloaderTest $@
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@
+ @echo
+ @echo LUFA build test \"make $@\" operation complete. \ No newline at end of file