[OCaml] Runtime tests for rename_rstrip_encoder and using2

Add runtime tests for rename_rstrip_encoder and using2.

They are based on the runtime tests that already exist for other
languages.
This commit is contained in:
Zackery Spytz 2022-12-04 19:37:22 -08:00
commit 90dce1af3e
2 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1,5 @@
open Swig
open Rename_rstrip_encoder
let s = new_SomeThing '()
let a = new_AnotherThing '()

View file

@ -0,0 +1,4 @@
open Swig
open Using2
let _ = assert (_spam '(37) as int = 37)