swig/Examples/test-suite/lua
Artem Serebriyskiy 8b35c0b5ce Add runfile to check for correct compatibility name generation
Checks that if OldClass was renamed to NewClass, then not only
OldClass.static_method is now NewClass.static_method, but also
compatibility name OldClass_static_method is now NewClass_static_method.
Same for enums, static vars etc
2013-11-09 14:54:36 +00:00
..
abstract_access_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
array_member_runme.lua Tests for arrays and global vars 2013-11-09 14:54:35 +00:00
arrays_global_runme.lua Tests for arrays and global vars 2013-11-09 14:54:35 +00:00
char_strings_runme.lua
cpp_basic_runme.lua Tests for enum/consts old-style bindings and for static const char; bindings 2013-11-09 14:54:35 +00:00
cpp_enum_runme.lua Tests for enum/consts old-style bindings and for static const char; bindings 2013-11-09 14:54:35 +00:00
cpp_namespace_runme.lua Style patches 2013-11-09 14:54:34 +00:00
cpp_nodefault_runme.lua Style patches 2013-11-09 14:54:34 +00:00
cpp_static_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
cpp_typedef_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
disown_runme.lua Apply #3219676 from Shane Liesegang which adds: - support for %factory - a __tostring method - a __disown method 2012-04-13 18:28:37 +00:00
dynamic_cast_runme.lua
enum_plus_runme.lua More tests 2013-11-09 14:54:35 +00:00
enum_rename_runme.lua More tests 2013-11-09 14:54:35 +00:00
enum_scope_template_runme.lua More tests 2013-11-09 14:54:35 +00:00
enum_template_runme.lua More tests 2013-11-09 14:54:35 +00:00
enums_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
exception_order_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
exception_partial_info_runme.lua
extend_constructor_destructor_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
extend_placement_runme.lua Style patches 2013-11-09 14:54:34 +00:00
extend_runme.lua Style patches 2013-11-09 14:54:34 +00:00
extend_template_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
extend_typedef_class_runme.lua Style patches 2013-11-09 14:54:34 +00:00
extend_variable_runme.lua Style patches 2013-11-09 14:54:34 +00:00
friends_runme.lua Style patches 2013-11-09 14:54:34 +00:00
funcptr_cpp_runme.lua Style patches 2013-11-09 14:54:34 +00:00
fvirtual_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
global_namespace_runme.lua First banch of tests 2013-11-09 14:54:33 +00:00
global_vars_runme.lua Tests for arrays and global vars 2013-11-09 14:54:35 +00:00
grouping_runme.lua Style patches 2013-11-09 14:54:34 +00:00
iadd_runme.lua Style patches 2013-11-09 14:54:34 +00:00
import.lua
import_nomodule_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
imports_runme.lua
inherit_missing_runme.lua More tests 2013-11-09 14:54:35 +00:00
keyword_rename_runme.lua Style patches 2013-11-09 14:54:34 +00:00
li_carrays_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
li_factory_runme.lua Add missing Lua factory.i test for patch #3219676 2012-04-24 18:56:16 +00:00
li_std_except_runme.lua
li_std_pair_runme.lua
li_std_string_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
li_std_vector_runme.lua Style patches 2013-11-09 14:54:34 +00:00
li_typemaps_runme.lua Convert to unix fileformat 2013-01-12 16:54:45 +00:00
lua_no_module_global_runme.lua SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to disable installing the module table into the global namespace. Require call also returns the module table instead of a string 2011-08-22 19:27:56 +00:00
Makefile.in SF patch #3394339 from Torsten Landschoff - new option -nomoduleglobal to disable installing the module table into the global namespace. Require call also returns the module table instead of a string 2011-08-22 19:27:56 +00:00
member_pointer_runme.lua
multi_import_runme.lua
nested_workaround_runme.lua More tests 2013-11-09 14:54:35 +00:00
newobject1_runme.lua
newobject2_runme.lua
operator_overload_runme.lua [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader) 2012-04-05 04:29:11 +00:00
overload_complicated_runme.lua Style patches 2013-11-09 14:54:34 +00:00
overload_simple_runme.lua
overload_template_fast_runme.lua
overload_template_runme.lua
pointer_reference_runme.lua
primitive_ref_runme.lua
refcount_runme.lua More tests 2013-11-09 14:54:35 +00:00
rename_simple_runme.lua Add runfile to check for correct compatibility name generation 2013-11-09 14:54:36 +00:00
ret_by_value_runme.lua
sizet_runme.lua
smart_pointer_extend_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_inherit_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_multi_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_not_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_overload_runme.lua
smart_pointer_rename_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_simple_runme.lua Style patches 2013-11-09 14:54:34 +00:00
smart_pointer_templatemethods_runme.lua Style patches 2013-11-09 14:54:34 +00:00
static_const_member_2_runme.lua More tests 2013-11-09 14:54:35 +00:00
static_const_member_runme.lua Tests for enum/consts old-style bindings and for static const char; bindings 2013-11-09 14:54:35 +00:00
template_construct_runme.lua More tests 2013-11-09 14:54:34 +00:00
template_default_arg_runme.lua
template_extend1_runme.lua Style patches 2013-11-09 14:54:34 +00:00
template_extend2_runme.lua Style patches 2013-11-09 14:54:34 +00:00
template_inherit_runme.lua Style patches 2013-11-09 14:54:34 +00:00
template_static_runme.lua More tests 2013-11-09 14:54:35 +00:00
varargs_runme.lua More tests 2013-11-09 14:54:35 +00:00
voidtest_runme.lua