Rename varargs_typemap test case to python_varargs_typemap, and move
to Python Makefile. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12650 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
9958d72275
commit
045861e9c5
3 changed files with 4 additions and 4 deletions
|
|
@ -511,8 +511,7 @@ C_TEST_CASES += \
|
|||
typedef_struct \
|
||||
typemap_subst \
|
||||
union_parameter \
|
||||
unions \
|
||||
varargs_typemap
|
||||
unions
|
||||
|
||||
|
||||
# Multi-module C++ test cases . (Can be run individually using make testcase.multicpptest)
|
||||
|
|
|
|||
|
|
@ -76,7 +76,8 @@ C_TEST_CASES += \
|
|||
file_test \
|
||||
li_cstring \
|
||||
li_cwstring \
|
||||
python_nondynamic
|
||||
python_nondynamic \
|
||||
python_varargs_typemap
|
||||
|
||||
#
|
||||
# This test only works with modern C compilers
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%module varargs_typemap
|
||||
%module python_varargs_typemap
|
||||
|
||||
/* The typemap and action are taken from the "Variable length arguments"
|
||||
* chapter of the SWIG manual.
|
||||
Loading…
Add table
Add a link
Reference in a new issue