From 89d4e2a22f610e190e41f6ad5b7b7866a12240b7 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 11 May 2007 07:23:47 +0000 Subject: Execute UnitTests$(EXEEXT). --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e6e3b621..9028dd03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 ###################################################################### -- cgit v1.2.3