summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThat-Canadian <poole.chris.11@gmail.com>2017-07-10 16:53:49 -0400
committerThat-Canadian <poole.chris.11@gmail.com>2017-07-10 16:53:49 -0400
commit55ed97af1e2fb183d2b6c34bc8659a03cbda090c (patch)
treea3950f5dbe7d12f29c2b9a77d49b4e807af87ae6 /Makefile
parent1fdf3c84fe2bb10698bf528a9726aab5af12ca6d (diff)
parent07bf8522ca23a7665852bb9defff0749c76f5e91 (diff)
Merge branch 'master' into minidox
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f789409b7e..b429200fe8 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