swig/Examples/test-suite/ocaml
Zackery Spytz c61c221057 [OCaml] Fix the wrapping of static const member chars
OCaml's constantWrapper() was adding unneeded quotes when wrapping
static const member chars.

Add runtime tests for char_constant, chartest, and
static_const_member.
2019-01-15 16:37:26 -07:00
..
abstract_access_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
abstract_typedef2_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
abstract_typedef_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
abstract_virtual_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
aggregate_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
cast_operator_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
char_constant_runme.ml [OCaml] Fix the wrapping of static const member chars 2019-01-15 16:37:26 -07:00
chartest_runme.ml [OCaml] Fix the wrapping of static const member chars 2019-01-15 16:37:26 -07: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
constover_runme.ml [OCaml] Runtime tests for abstract_access, abstract_typedef and some others 2019-01-11 22:26:11 -07:00
constructor_rename_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
cpp_nodefault_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
cpp_static_runme.ml [OCaml] class_scope_weird, cpp_static, and ignore_parameter runtime tests 2019-01-11 19:35:17 +00:00
extend_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
extend_special_variables_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
extend_template_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
extern_c_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07:00
global_ns_arg_runme.ml [OCaml] Runtime tests for constructor_rename, cpp_nodefault and some others 2019-01-13 22:44:31 -07: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 Runtime test for multimodule import. 2004-10-17 08:39:52 +00:00
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-copy_string-test' 2019-01-14 23:20:24 +00:00
minherit_runme.ml
name_runme.ml Uniform SWIGSTATIC on all prototypes. 2004-11-04 04:17:00 +00:00
newobject1_runme.ml
overload_copy_runme.ml
README
sneaky1_runme.ml fix for perl keyword 2006-03-07 23:05:11 +00:00
static_const_member_runme.ml [OCaml] Fix the wrapping of static const member chars 2019-01-15 16:37:26 -07:00
string_simple_runme.ml [OCaml] Fix and re-enable the string_simple, minherit, and unions tests 2019-01-13 17:28:00 -07:00
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 [OCaml] Fix and re-enable the string_simple, minherit, and unions tests 2019-01-13 17:28:00 -07:00
using_protected_runme.ml [OCaml] Re-enable the using_protected unit test 2019-01-11 17:59:23 -07:00
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.