git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6790 626c5289-ae23-0410-ae9c-e8d60b6d4f22
8 lines
278 B
Ruby
Executable file
8 lines
278 B
Ruby
Executable file
require 'enum_thorough'
|
|
|
|
include Enum_thorough
|
|
|
|
# Just test an in and out typemap for enum SWIGTYPE and const enum SWIGTYPE & typemaps
|
|
raise RuntimeError if speedTest4(SpeedClass::Slow) != SpeedClass::Slow
|
|
raise RuntimeError if speedTest5(SpeedClass::Slow) != SpeedClass::Slow
|
|
|