diff --git a/Makefile.meson b/Makefile.meson index 8427a1b2..7e069b88 100644 --- a/Makefile.meson +++ b/Makefile.meson @@ -31,6 +31,9 @@ check: test test: $(BUILDDIR) @cd $(BUILDDIR); $(MESON) test +test-valgrind: $(BUILDDIR) + @cd $(BUILDDIR); $(MESON) test --wrap='valgrind --leak-check=full --error-exitcode=1' + dist: $(BUILDDIR) @cd $(BUILDDIR); $(MESON) dist