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:
3
configure
vendored
3
configure
vendored
@@ -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:"
|
||||
|
Reference in New Issue
Block a user