Created
May 25, 2020 10:58
-
-
Save gilligan/caf11980891789ea67f167ad4317f603 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mk/programs.mk b/mk/programs.mk | |
index 3fa9685c..ade23084 100644 | |
--- a/mk/programs.mk | |
+++ b/mk/programs.mk | |
@@ -84,6 +84,5 @@ define build-program | |
# Phony target to run this program (typically as a dependency of 'check'). | |
.PHONY: $(1)_RUN | |
$(1)_RUN: $$($(1)_PATH) | |
- $(trace-test) $$($(1)_PATH) | |
- | |
+ $(trace-test) $$($(1)_PATH) --gtest_throw_on_failure | |
endef |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment