add more cases and flag for valgrind

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8098 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-12-27 22:38:27 +00:00
commit 6c23ab0634
2 changed files with 58 additions and 2 deletions

View file

@ -4,8 +4,11 @@
#######################################################################
LANGUAGE = python
#PYTHON = valgrind --leak-check=full --show-reachable=yes @PYTHON@
ifneq (,$(USE_VALGRIND))
PYTHON = valgrind --leak-check=full --suppressions=pyswig.supp @PYTHON@
else
PYTHON = @PYTHON@
endif
SCRIPTSUFFIX = _runme.py
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@ -24,6 +27,7 @@ CPP_TEST_CASES += \
inout \
input \
inplaceadd \
implicittest \
kwargs \
li_cstring \
li_cwstring \
@ -40,7 +44,8 @@ CPP_TEST_CASES += \
std_containers \
swigobject \
template_matrix \
simutry
simutry \
vector
C_TEST_CASES += \