On Thu, Aug 06, 2020 at 10:34:50AM -0300, Daniel Henrique Barboza wrote: > Simple series that removes the references of the now former > 'make check', replacing it to 'ninja test'. > > > Daniel Henrique Barboza (4): > docs: get rid of 'make check' references > ci/Makefile: get rid of 'make check' references > tests: get rid of 'make check' references > vbox_XPCOMCGlue.c: get rid of 'make check' reference > > ci/Makefile | 6 +++--- > docs/advanced-tests.rst | 2 +- > docs/api_extension.html.in | 9 ++++----- > docs/testsuites.html.in | 3 ++- > src/vbox/vbox_XPCOMCGlue.c | 2 +- > tests/domaincapstest.c | 2 +- > tests/qemucapabilitiestest.c | 2 +- > tests/test-lib.sh | 2 +- > 8 files changed, 14 insertions(+), 14 deletions(-) There's one occurrence in build-aux/syntax-check.mk. I'll send a trivial follow-up. Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>