diff options
Diffstat (limited to 'BuildTests/makefile')
| -rw-r--r-- | BuildTests/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile index e29643613..dfa4f8d4b 100644 --- a/BuildTests/makefile +++ b/BuildTests/makefile @@ -14,8 +14,10 @@ all: $(MAKE) -C ModuleTest all
$(MAKE) -C SingleUSBModeTest all
$(MAKE) -C StaticAnalysisTest all
+ $(MAKE) -C BoardDriverTest all
%:
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
$(MAKE) -C StaticAnalysisTest $@
+ $(MAKE) -C BoardDriverTest $@
|
