swig/Examples/test-suite/ocaml
Art Yerkes 4b2da49eb3 Added:
Type registration.  Correct support for casting.  Proper type safety.
Changed:
ocaml.swg: Correct casts, declaration order for C
ocamldec.swg: Removed problematic forward declarations without array index.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4573 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-19 16:24:47 +00:00
..
class_ignore_runme.ml The great merge 2002-11-30 22:01:28 +00:00
makedebugtop The great merge 2002-11-30 22:01:28 +00:00
Makefile The great merge 2002-11-30 22:01:28 +00:00
newobject1_runme.ml The great merge 2002-11-30 22:01:28 +00:00
overload_copy_runme.ml The great merge 2002-11-30 22:01:28 +00:00
README The great merge 2002-11-30 22:01:28 +00:00
results Added: 2003-03-19 16:24:47 +00:00
sneaky1_runme.ml The great merge 2002-11-30 22:01:28 +00:00
throw_exception_runme.ml The great merge 2002-11-30 22:01:28 +00:00
typename_runme.ml The great merge 2002-11-30 22:01:28 +00:00
unions_runme.ml The great merge 2002-11-30 22:01:28 +00:00
using_protected_runme.ml Added some tests to mimic the ones in the python directory. Working my 2003-03-12 15:25:27 +00:00
varargs_runme.ml Added some tests to mimic the ones in the python directory. Working my 2003-03-12 15:25:27 +00:00
voidtest_runme.ml Added some tests to mimic the ones in the python directory. Working my 2003-03-12 15:25:27 +00:00

I stole most of these runme's from the ruby runme scripts, since the current
ocaml interface mirrors the ruby interface in many ways.