diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 530e5017..d9ec1f86 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1862,8 +1862,10 @@ fullcheck: UnitTests MallocGuardEdges=1 \ MallocScribble=1 \ MallocPreScribble=1 \ + MallocCheckHeapStart=100 \ + MallocCheckHeapEach=100 \ DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib \ - $(top_builddir)/UnitTests --verify + $(srcdir)/valgrind.sh $(top_builddir)/UnitTests --verify alldocs: docs/ledger.info docs/ledger.pdf doxygen-docs |