swig/Examples/test-suite/ocaml
Zackery Spytz 5bdb52b319 [OCaml] class_scope_weird, cpp_static, and ignore_parameter runtime tests
They are based on the corresponding python runtime tests.
2019-01-11 19:35:17 +00:00
..
class_ignore_runme.ml
class_scope_weird_runme.ml [OCaml] class_scope_weird, cpp_static, and ignore_parameter runtime tests 2019-01-11 19:35:17 +00:00
cpp_static_runme.ml [OCaml] class_scope_weird, cpp_static, and ignore_parameter runtime tests 2019-01-11 19:35:17 +00:00
ignore_parameter_runme.ml [OCaml] class_scope_weird, cpp_static, and ignore_parameter runtime tests 2019-01-11 19:35:17 +00:00
imports_runme.ml
li_std_vector_runme.ml OCaml's classHandler() requires name, not sym:name. 2019-01-08 20:10:07 -07:00
makedebugtop Remove execute permissions from various non-executable files 2014-05-02 20:06:11 +02:00
Makefile.in Merge branch 'ZackerySpytz-OCaml-fix-member-var-access' 2019-01-11 18:42:19 +00:00
minherit_runme.ml
name_runme.ml
newobject1_runme.ml
overload_copy_runme.ml
README
sneaky1_runme.ml
struct_value_runme.ml [OCaml] Fix member var getters and setters 2019-01-06 09:40:25 -07:00
throw_exception_runme.ml
typedef_mptr_runme.ml
typename_runme.ml
unions_runme.ml
using_protected_runme.ml
varargs_runme.ml
voidtest_runme.ml

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