swig/SWIG/Examples/test-suite/ocaml/name_runme.ml
Art Yerkes 75808b52ea Changed test cases to open Swig.
Changed test case runme line a bit to link swig.cmo.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5207 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-25 21:17:06 +00:00

9 lines
119 B
Standard ML

open Swig
open Name
let _ = if (get_int _Baz_2) - (get_int (_bar_2 C_void)) == 30
then
exit 0
else
exit 1