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:
William S Fulton 2004-01-20 21:27:27 +00:00
commit 00a87d5a4b
4 changed files with 12 additions and 8 deletions

View file

@ -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

View file

@ -4,6 +4,7 @@ constants
constants2
funcptr
import
mpointer
multimap
pointer
reference

View file

@ -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

View file

@ -7,7 +7,7 @@ funcptr2
functor
hashargs
import
template
import_template
mpointer
multimap
operator