Execute UnitTests$(EXEEXT).

This commit is contained in:
John Wiegley 2007-05-11 07:23:47 +00:00
parent 0a9f2ca3bd
commit 89d4e2a22f

View file

@ -252,7 +252,7 @@ fullcheck: check
MallocCheckHeapStart=100 \
MallocCheckHeapEach=100 \
DYLD_INSERT_LIBRARIES=/usr/lib/libgmalloc.dylib \
$(srcdir)/valgrind.sh $(top_builddir)/UnitTests --verify
$(srcdir)/valgrind.sh $(top_builddir)/UnitTests$(EXEEXT) --verify
######################################################################