aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f789409b7..b429200fe 100644
--- a/Makefile
+++ b/Makefile
@@ -483,6 +483,8 @@ define RUN_TEST
483+error_occurred=0;\ 483+error_occurred=0;\
484$($(TEST)_COMMAND)\ 484$($(TEST)_COMMAND)\
485if [ $$error_occurred -gt 0 ]; then $(HANDLE_ERROR); fi; 485if [ $$error_occurred -gt 0 ]; then $(HANDLE_ERROR); fi;
486
487
486endef 488endef
487 489
488# Allow specifying just the subproject, in the keyboard directory, which will compile all keymaps 490# Allow specifying just the subproject, in the keyboard directory, which will compile all keymaps