From fa81dc479801ba1343695d66cdb37d8b80bfae9d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 8 May 2007 02:53:28 +0000 Subject: Added target fullcheck. --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 59d2add1..81e6da18 100644 --- a/Makefile.am +++ b/Makefile.am @@ -234,6 +234,13 @@ PyUnitTests: $(srcdir)/tests/python/PyUnitTests.py | sed "s/%builddir%/$(ESC_builddir)/g" > $@ chmod 755 $@ +fullcheck: UnitTests + MallocGuardEdges=1 \ + MallocScribble=1 \ + MallocPreScribble=1 \ + DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib \ + $(top_builddir)/UnitTests --verify + ###################################################################### DISTCLEANFILES = Doxyfile.gen -- cgit v1.2.3