Added missing tests
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5654 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5941257668
commit
00a87d5a4b
4 changed files with 12 additions and 8 deletions
|
|
@ -25,6 +25,8 @@ certain C declarations are turned into constants.
|
|||
<li><a href="pointer/index.html">pointer</a>. Simple pointer handling.
|
||||
<li><a href="template/index.html">template</a>. C++ templates.
|
||||
<li><a href="funcptr/index.html">funcptr</a>. Pointers to functions.
|
||||
<li><a href="callback/index.html">callback</a>. C++ callbacks using directors.
|
||||
<li><a href="extend/index.html">extend</a>. Polymorphism using directors.
|
||||
</ul>
|
||||
|
||||
<h2>Running the examples</h2>
|
||||
|
|
@ -52,12 +54,9 @@ The examples have been extensively tested on the following platforms:
|
|||
|
||||
<ul>
|
||||
<li>Solaris
|
||||
</ul>
|
||||
|
||||
The examples have been extensively tested using Sun's JDK on:
|
||||
|
||||
<ul>
|
||||
<li>Sparc Solaris 2.6.
|
||||
<li>Linux
|
||||
<li>Cygwin
|
||||
<li>Windows
|
||||
</ul>
|
||||
|
||||
Your mileage may vary. If you experience a problem, please let us know by
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ constants
|
|||
constants2
|
||||
funcptr
|
||||
import
|
||||
mpointer
|
||||
multimap
|
||||
pointer
|
||||
reference
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ class
|
|||
constants
|
||||
contract
|
||||
enum
|
||||
exception
|
||||
exceptshadow
|
||||
extend
|
||||
funcattr
|
||||
|
|
@ -11,7 +12,8 @@ funcptr
|
|||
funcptr2
|
||||
functor
|
||||
import
|
||||
template
|
||||
import_template
|
||||
#libffi
|
||||
mpointer
|
||||
multimap
|
||||
operator
|
||||
|
|
@ -20,6 +22,8 @@ reference
|
|||
shadow
|
||||
simple
|
||||
smartptr
|
||||
std_vector
|
||||
template
|
||||
value
|
||||
varargs
|
||||
variables
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ funcptr2
|
|||
functor
|
||||
hashargs
|
||||
import
|
||||
template
|
||||
import_template
|
||||
mpointer
|
||||
multimap
|
||||
operator
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue