summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-03 15:12:50 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-03 16:14:31 +0100
commitd23bdb4fe94b4592de4589ce5788f5461ef22507 (patch)
treea8190aad9dbe582dc96646bf8f2a0e9a6bdcb4cc
parentc1e14895c28cdcad1aad153433d103c3377e76ea (diff)
downloaddbus-glib-d23bdb4fe94b4592de4589ce5788f5461ef22507.tar.gz
build: Enable assertions for distcheck
Enabling tests but not assertions is fairly nonsensical, and in particular, recent versions of GLib make g_test_init() fail in this configuration, on the assumption that tests that do not report their failures are not useful. Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f48b641..0e24135 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ EXTRA_DIST = \
# Creating ChangeLog from git log:
-DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-checks --enable-tests
+DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc --enable-checks --enable-tests --enable-asserts
%.tar.gz.asc: %.tar.gz
$(AM_V_GEN)gpg --detach-sign --armor $@