[gnome-shell] build: Update autotools-compat wrapper
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] build: Update autotools-compat wrapper
- Date: Fri, 22 Sep 2017 15:49:42 +0000 (UTC)
commit 9ecacdbdedbf0f60104f1a5aa0a38372c050c268
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Aug 15 22:06:24 2017 +0200
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 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure b/configure
index 67947eb..f973743 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:"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]