Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_cpointer
This commit is contained in:
parent
819bd9c97e
commit
a00b4f4463
6 changed files with 55 additions and 1 deletions
10
Examples/test-suite/li_cpointer_cpp.i
Normal file
10
Examples/test-suite/li_cpointer_cpp.i
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
%module li_cpointer_cpp
|
||||
|
||||
%warnfilter(SWIGWARN_RUBY_WRONG_NAME) doublep; /* Ruby, wrong class name */
|
||||
|
||||
%include "cpointer.i"
|
||||
|
||||
%pointer_functions(int,intp);
|
||||
%pointer_class(double,doublep);
|
||||
%pointer_cast(int, unsigned int, int_to_uint);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue