swig/Examples/test-suite/ocaml/inctest_runme.ml
Zackery Spytz 4d54d305fc [OCaml] Runtime tests for inctest, li_cpointer_cpp and some others
Add runtime tests for inctest, li_cpointer_cpp, newobject2,
special_variables, special_variable_macros, template_extend1, and
template_extend2.
2019-01-22 22:50:40 -07:00

7 lines
168 B
OCaml

open Swig
open Inctest
let _ = new_A '()
let _ = new_B '()
let _ = assert (_importtest1 '(5) as int = 15)
let _ = assert (_importtest2 '("black") as string = "white")