Makefile.meson: add test-verbose target
This commit is contained in:
@ -36,7 +36,10 @@ $(BUILDDIR):
|
|||||||
check: test
|
check: test
|
||||||
|
|
||||||
test: all
|
test: all
|
||||||
@cd $(BUILDDIR); $(MESON) test
|
$(MESON) test -C $(BUILDDIR)
|
||||||
|
|
||||||
|
test-verbose: all
|
||||||
|
$(MESON) test --verbose -C $(BUILDDIR)
|
||||||
|
|
||||||
test-verbose-if-fail: all
|
test-verbose-if-fail: all
|
||||||
@cd $(BUILDDIR); $(MESON) test || $(MESON) test --verbose
|
@cd $(BUILDDIR); $(MESON) test || $(MESON) test --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user