Fix Makefile error_occured output for unit tests

This commit is contained in:
Fred Sundvik 2017-07-10 13:04:27 +03:00 committed by Jack Humbert
parent ba405cfbb4
commit 1ff5fb000f
1 changed files with 2 additions and 0 deletions

View File

@ -483,6 +483,8 @@ define RUN_TEST
+error_occurred=0;\
$($(TEST)_COMMAND)\
if [ $$error_occurred -gt 0 ]; then $(HANDLE_ERROR); fi;
endef
# Allow specifying just the subproject, in the keyboard directory, which will compile all keymaps