..
abstract_access_runme.lua
Misc. typo and whitespace fixes
2018-09-19 20:29:14 +01:00
argcargvtest_runme.lua
Add Lua test for argcargv.i
2022-05-10 20:13:55 +02: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
chartest_runme.lua
lua: push characters as unformatted 1-character strings
2015-07-01 12:24:12 +02:00
cpp11_strongly_typed_enumerations_runme.lua
Add c++11 strongly typed enum support for Lua
2014-11-28 07:47:45 +00:00
cpp_basic_runme.lua
Add default __eq implementation
2014-05-28 22:01:23 +04: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
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
Fixing enums
2014-03-03 09:54:13 +04:00
equality_runme.lua
More tests for equality operator overloading
2014-05-28 22:02:47 +04:00
exception_order_runme.lua
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
handle const pointers to functions
2016-03-24 10:59:23 +01: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
Bugfixes for eLua. eLua emulation mode
2014-02-19 13:34:49 +04:00
iadd_runme.lua
Style patches
2013-11-09 14:54:34 +00:00
import.lua
Fix assorted comment and documentation typos
2014-02-23 17:15:22 +13:00
import_nomodule_runme.lua
imports_runme.lua
inherit_missing_runme.lua
More tests
2013-11-09 14:54:35 +00:00
keyword_rename_c_runme.lua
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: keyword_rename
2016-02-21 18:04:04 +00:00
keyword_rename_runme.lua
[Lua] Add keyword warnings for Lua keywords and Basic Functions.
2014-02-19 23:04:40 +13:00
li_carrays_cpp_runme.lua
Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_carrays
2016-02-21 18:04:04 +00:00
li_carrays_runme.lua
Bugfixes. CMD args handling. Code cleanup
2014-02-19 13:34:48 +04:00
li_factory_runme.lua
li_std_except_runme.lua
li_std_pair_runme.lua
li_std_string_runme.lua
Fix typos
2022-02-10 16:12:24 +13:00
li_std_vector_runme.lua
Style patches
2013-11-09 14:54:34 +00:00
li_typemaps_runme.lua
OUTPUT typemaps on methods that don't return void
2021-03-01 14:20:18 +00:00
lua_inherit_getitem_runme.lua
Add test case for Lua __getitem + inheritance
2016-03-17 07:48:01 +01:00
lua_lightuserdata_runme.lua
Clean up test cases
2020-02-17 09:16:42 -08:00
lua_no_module_global_runme.lua
Makefile.in
Add machinery for C++14, C++17 and C++20 testing
2022-07-26 15:28:51 +12:00
member_pointer_runme.lua
Bugfixes. CMD args handling. Code cleanup
2014-02-19 13:34:48 +04:00
multi_import_runme.lua
nested_workaround_runme.lua
More tests
2013-11-09 14:54:35 +00:00
newobject1_runme.lua
Bugfixes for eLua. eLua emulation mode
2014-02-19 13:34:49 +04:00
newobject2_runme.lua
Misc. typos
2018-05-17 10:04:23 -04:00
nspace_extend_runme.lua
add nspace_extend test case
2014-02-23 14:23:55 +04:00
nspace_runme.lua
Working around some of the SWIG internal issues with enums
2014-03-12 18:00:15 +04:00
operator_overload_runme.lua
Fix comment typos
2014-05-18 20:20:30 +12:00
overload_complicated_runme.lua
Run overload_complicated testcase
2017-10-04 20:43:44 +01:00
overload_null_runme.lua
Shorten testcase variable names for Scilab 6 to work
2021-11-15 22:45:56 +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
Bugfixes
2014-02-19 13:34:48 +04:00
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
valuewrapper_runme.lua
Valuewrapper test
2014-02-19 13:34:49 +04:00
varargs_runme.lua
More tests
2013-11-09 14:54:35 +00:00
voidtest_runme.lua