adding more tests

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6740 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-11-15 22:58:10 +00:00
commit edb5a6669f
7 changed files with 42 additions and 11 deletions

View file

@ -1,11 +1,8 @@
/* This was broken in the perl module. See bug 962115
It tests basic multiple inheritance */
%module multiple_inheritance
%module(ruby_minherit="1") multiple_inheritance
#ifdef SWIGRUBY
#pragma SWIG nowarn=802; // Ruby doesn't support multiple inheritance
#endif
#ifdef SWIGJAVA
#pragma SWIG nowarn=813; // Java doesn't support multiple inheritance