update swig on windows
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
exec("swigtest.start", -1);
|
||||
|
||||
try
|
||||
foo_2();
|
||||
catch
|
||||
swigtesterror();
|
||||
end
|
||||
if bar_2_get() <> 17 then swigtesterror(); end
|
||||
if Baz_2_get() <> 47 then swigtesterror(); end
|
||||
|
||||
exec("swigtest.quit", -1);
|
||||
Reference in New Issue
Block a user