src/hg/overlapSelect/tests/makefile 1.34

1.34 2009/07/31 19:51:29 markd
added new valgrid defs
Index: src/hg/overlapSelect/tests/makefile
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/overlapSelect/tests/makefile,v
retrieving revision 1.33
retrieving revision 1.34
diff -b -B -U 4 -r1.33 -r1.34
--- src/hg/overlapSelect/tests/makefile	30 Jul 2009 09:03:32 -0000	1.33
+++ src/hg/overlapSelect/tests/makefile	31 Jul 2009 19:51:29 -0000	1.34
@@ -5,8 +5,9 @@
 
 # To check memory leaks, enable selectTableFree() in overlapSelect.c and
 # uncomment OVERSEL redefinition below.
 VGRIND = valgrind --tool=memcheck --suppressions=../../../lib/valgrind.suppress --num-callers=100 --leak-check=full --leak-resolution=high --show-reachable=yes 
+#VGRIND = valgrind --tool=memcheck --suppressions=../../../lib/valgrind.suppress --num-callers=100
 #OVERSEL = ${VGRIND} ../overlapSelect
 
 test:   pslSelectTests \
 	chainSelectTests \