Makefile.meson: add test-valgrind target
For valgrinding unit-tests
This commit is contained in:
@ -31,6 +31,9 @@ check: test
|
|||||||
test: $(BUILDDIR)
|
test: $(BUILDDIR)
|
||||||
@cd $(BUILDDIR); $(MESON) test
|
@cd $(BUILDDIR); $(MESON) test
|
||||||
|
|
||||||
|
test-valgrind: $(BUILDDIR)
|
||||||
|
@cd $(BUILDDIR); $(MESON) test --wrap='valgrind --leak-check=full --error-exitcode=1'
|
||||||
|
|
||||||
dist: $(BUILDDIR)
|
dist: $(BUILDDIR)
|
||||||
@cd $(BUILDDIR); $(MESON) dist
|
@cd $(BUILDDIR); $(MESON) dist
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user