This is done in preparation for adding namespace support to the Ruby part of SWIG. Some existing test cases were reorganized or duplicated for flat/nonflat nesting. For some a Ruby test script was added. Finally the ruby/Makefile.in was improved so that for test cases without an explicit test script, the generated wrapper library will be loaded by the Ruby interpreter to ensure loading works fine.
7 lines
155 B
OpenEdge ABL
7 lines
155 B
OpenEdge ABL
%module template_nested_flat
|
|
|
|
// Test nested templates ("flatnested" version of template_nested.i)
|
|
|
|
%feature ("flatnested");
|
|
|
|
%include "template_nested.i"
|