aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2017-07-10 13:04:27 +0300
committerJack Humbert <jack.humb@gmail.com>2017-07-10 09:00:58 -0400
commit1ff5fb000f7d38f16710e753886d8bc9635d47e2 (patch)
tree3a866fbb40603b75f5524846adf499a5104860e3 /Makefile
parentba405cfbb4b887af8007edfeed4d9fc43766d911 (diff)
downloadfirmware-1ff5fb000f7d38f16710e753886d8bc9635d47e2.tar.gz
firmware-1ff5fb000f7d38f16710e753886d8bc9635d47e2.tar.bz2
firmware-1ff5fb000f7d38f16710e753886d8bc9635d47e2.zip
Fix Makefile error_occured output for unit tests
Diffstat (limited to 'Makefile')
-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
+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