summaryrefslogtreecommitdiff
path: root/check.mk
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2012-10-21 12:24:10 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2012-10-21 12:25:37 +0100
commit4b7db8692d58d8627805f4c45a1c2e885b46653c (patch)
tree4179d9113e9d83fd7014ccb305609f4c0416885d /check.mk
parente177ff3b14eb255a5b7ec4e0c015b44d4e0dd6fc (diff)
Bug 685250 — make <test>.gdb deadlocks
Always set CHECK_VERBOSE when running tests under gdb so that output (from gdb) isn’t redirected to a log file. Apparently, headless gdb is hard to use. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=685250
Diffstat (limited to 'check.mk')
-rw-r--r--check.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/check.mk b/check.mk
index 34951c41..55ebf836 100644
--- a/check.mk
+++ b/check.mk
@@ -1,6 +1,7 @@
# taken from gstreamer
# gdb any given test by running make test.gdb
%.gdb: %
+ CHECK_VERBOSE=1 \
$(TESTS_ENVIRONMENT) \
$(LIBTOOL) --mode=execute \
gdb $*