Add build tests to verify correct compilation of as many modules as possible under...
[pub/USBasp.git] / makefile
index 89b6b2b..7ca9cc3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -21,6 +21,7 @@ all:
        $(MAKE) -C Demos $@ -s
        $(MAKE) -C Projects $@ -s
        $(MAKE) -C Bootloaders $@ -s
+       $(MASK) -C BuildTests $@ -s
        @echo
        @echo LUFA \"make $@\" operation complete.