aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'BuildTests/makefile')
-rw-r--r--BuildTests/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/BuildTests/makefile b/BuildTests/makefile
index 26b29ed9b..e29643613 100644
--- a/BuildTests/makefile
+++ b/BuildTests/makefile
@@ -13,8 +13,9 @@
all:
$(MAKE) -C ModuleTest all
$(MAKE) -C SingleUSBModeTest all
+ $(MAKE) -C StaticAnalysisTest all
%:
$(MAKE) -C ModuleTest $@
$(MAKE) -C SingleUSBModeTest $@
-
+ $(MAKE) -C StaticAnalysisTest $@