Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
This commit is contained in:
@@ -11,13 +11,8 @@
|
||||
# not intended to be modified or compiled by non-developers.
|
||||
|
||||
all:
|
||||
$(MAKE) -C ModuleTest all
|
||||
$(MAKE) -C SingleUSBModeTest all
|
||||
$(MAKE) -C StaticAnalysisTest all
|
||||
$(MAKE) -C BoardDriverTest all
|
||||
|
||||
%:
|
||||
$(MAKE) -C BoardDriverTest $@
|
||||
$(MAKE) -C ModuleTest $@
|
||||
$(MAKE) -C SingleUSBModeTest $@
|
||||
$(MAKE) -C StaticAnalysisTest $@
|
||||
$(MAKE) -C BoardDriverTest $@
|
||||
|
||||
Reference in New Issue
Block a user