From 9ecacdbdedbf0f60104f1a5aa0a38372c050c268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 15 Aug 2017 22:06:24 +0200 Subject: [PATCH] build: Update autotools-compat wrapper mesontest is now deprecated in favor of the 'test' subcommand of the main meson executable, so use that instead to wrap 'make check'. https://bugzilla.gnome.org/show_bug.cgi?id=786343 --- configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure b/configure index 67947eb16..f97374356 100755 --- a/configure +++ b/configure @@ -52,7 +52,6 @@ sanitycheck() { } sanitycheck MESON 'meson' -sanitycheck MESONTEST 'mesontest' sanitycheck NINJA 'ninja' 'ninja-build' enable_docs='-Denable-gtk-doc=false' @@ -121,7 +120,7 @@ install: DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} install check: - ${MESONTEST} ${NINJA_OPT} + ${MESON} test ${NINJA_OPT} END echo "Summary:"