Add runtime tests for rename_rstrip_encoder and using2. They are based on the runtime tests that already exist for other languages.
5 lines
93 B
OCaml
5 lines
93 B
OCaml
open Swig
|
|
open Rename_rstrip_encoder
|
|
|
|
let s = new_SomeThing '()
|
|
let a = new_AnotherThing '()
|