From d23bdb4fe94b4592de4589ce5788f5461ef22507 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 3 Oct 2018 15:12:50 +0100 Subject: 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 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.1