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
This commit is contained in:
Florian Müllner 2017-08-15 22:06:24 +02:00
parent 9d01828b5b
commit 9ecacdbded

3
configure vendored
View File

@ -52,7 +52,6 @@ sanitycheck() {
} }
sanitycheck MESON 'meson' sanitycheck MESON 'meson'
sanitycheck MESONTEST 'mesontest'
sanitycheck NINJA 'ninja' 'ninja-build' sanitycheck NINJA 'ninja' 'ninja-build'
enable_docs='-Denable-gtk-doc=false' enable_docs='-Denable-gtk-doc=false'
@ -121,7 +120,7 @@ install:
DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} install DESTDIR="\$(DESTDIR)" ${NINJA} ${NINJA_OPT} install
check: check:
${MESONTEST} ${NINJA_OPT} ${MESON} test ${NINJA_OPT}
END END
echo "Summary:" echo "Summary:"