swig/Examples/test-suite/scilab
2016-12-19 15:04:30 +01:00
..
abstract_access_runme.sci
abstract_inherit_ok_runme.sci
abstract_inherit_runme.sci
abstract_signature_runme.sci
abstract_typedef2_runme.sci
abstract_typedef_runme.sci
abstract_virtual_runme.sci
access_change_runme.sci
add_link_runme.sci
aggregate_runme.sci
allowexcept_runme.sci
allprotected_runme.sci fix failing unit tests with Scilab V6 2015-01-12 16:20:27 +01:00
anonymous_bitfield_runme.sci scilab: fix tests for unsigned ints typemap changes 2014-06-16 16:03:50 +02:00
apply_signed_char_runme.sci scilab: fix tests having too long identifier names 2014-09-29 14:52:05 +02:00
apply_strings_runme.sci scilab: fix tests having too long identifier names 2014-09-29 14:52:05 +02:00
array_member_runme.sci scilab: fix array_member test 2014-06-16 17:00:27 +02:00
arrays_dimensionless_runme.sci scilab: simplify and complete arrays_dimensionsless test 2014-06-16 17:17:27 +02:00
arrays_global_runme.sci scilab: unsigned ints typemaps behave same as ints (2nd commit: arrays) 2014-06-16 16:25:49 +02:00
arrays_global_twodim_runme.sci
bools_runme.sci scilab: fix tests having too long identifier names 2014-09-29 14:52:05 +02:00
char_constant_runme.sci
constover_runme.sci
constructor_copy_runme.sci
cpp_basic_runme.sci
cpp_enum_runme.sci
default_args_runme.sci
default_constructor_runme.sci Don't generate constructor wrappers if a base class has a private constructor 2015-07-07 20:15:55 +01:00
empty_c_runme.sci Duplicate tests that are run twice as both C and C++ tests to fix parallel make: empty 2016-02-21 18:03:14 +00:00
empty_runme.sci
enums_runme.sci
funcptr_cpp_runme.sci handle const pointers to functions 2016-03-24 10:59:23 +01:00
funcptr_runme.sci
global_vars_runme.sci
inctest_runme.sci
inherit_missing_runme.sci
inout_runme.sci
integers_runme.sci scilab: fix tests returning wrong error code 2014-09-24 12:24:41 +02:00
li_carrays_cpp_runme.sci 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.sci
li_cpointer_cpp_runme.sci Duplicate tests that are run twice as both C and C++ tests to fix parallel make: li_cpointer 2016-02-21 18:04:04 +00:00
li_cpointer_runme.sci scilab: add library cpointer.i (and test case) 2014-06-11 16:50:25 +02:00
li_math_runme.sci
li_std_container_typemaps_runme.sci scilab: fix li_std_container_typemaps test for scilab 6 2014-06-06 11:15:41 +02:00
li_std_deque_runme.sci
li_std_except_runme.sci fix failing unit tests with Scilab V6 2015-01-12 16:20:27 +01:00
li_std_pair_runme.sci
li_std_string_extra_runme.sci scilab: test li_std_string_extra is fixed by previous commit 2014-10-23 11:21:01 +02:00
li_std_vector_runme.sci
li_typemaps_runme.sci scilab: fix tests for unsigned ints typemap changes 2014-06-16 16:03:50 +02:00
Makefile.in scilab: fix issue #755 2016-07-29 11:52:26 +02:00
member_pointer_runme.sci
name_runme.sci
nested_structs_runme.sci scilab: fix nested_structs test 2014-06-19 09:22:00 +02:00
newobject2_runme.sci
null_pointer_runme.sci scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00
operator_overload_runme.sci
overload_arrays_runme.sci
overload_complicated_runme.sci scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00
overload_copy_runme.sci
overload_extend2_runme.sci rename overload_extendc testcase 2016-02-21 18:04:04 +00:00
overload_extend_c_runme.sci Duplicate tests that are run twice as both C and C++ tests to fix parallel make: overload_extend 2016-02-21 19:24:11 +00:00
overload_extend_runme.sci
overload_numeric_runme.sci
overload_polymorphic_runme.sci scilab: fix and add overloading tests 2016-03-08 17:37:39 +01:00
overload_simple_runme.sci scilab: fix and add overloading tests 2016-03-08 17:37:39 +01:00
overload_subtype_runme.sci scilab: fix and add overloading tests 2016-03-08 17:37:39 +01:00
preproc_constants_runme.sci
preproc_runme.sci
primitive_ref_runme.sci scilab: unsigned ints typemaps behave same as signed ints (1st commit: scalar) 2014-06-16 12:03:49 +02:00
primitive_types_runme.sci scilab: unsigned ints typemaps behave same as signed ints (1st commit: scalar) 2014-06-16 12:03:49 +02:00
ret_by_value_runme.sci scilab: use checkequal() in tests 2014-06-16 10:04:53 +02:00
return_const_value_runme.sci
scilab_consts_runme.sci scilab: support typed constants (U UL L) in scilabconst(1) 2014-10-16 16:00:51 +02:00
scilab_enums_runme.sci scilab: fix issue #755 2016-07-29 11:52:26 +02:00
scilab_identifier_name_runme.sci scilab: truncates too long (struct, class) member names 2014-09-26 17:23:27 +02:00
scilab_li_matrix_runme.sci fix failing unit tests with Scilab V6 2015-01-12 16:20:27 +01:00
scilab_multivalue_runme.sci
scilab_pointer_conversion_functions_runme.sci [Scilab] fix test scilab_pointer_conversion_function for scilab 5.3.3 2016-12-19 15:04:30 +01:00
simple_array_runme.sci
sizet_runme.sci
smart_pointer_simple_runme.sci
sneaky1_runme.sci
struct_initialization_runme.sci
struct_rename_runme.sci
struct_value_runme.sci
swigtest.quit scilab: fix test-suite makefiles and util scripts for standard build tools 2014-10-20 15:14:05 +02:00
swigtest.start scilab: fix test-suite (scripts were not executed) 2014-09-24 11:44:38 +02:00
template_classes_runme.sci
template_ns_runme.sci
template_rename_runme.sci scilab: fix template_rename test 2016-03-08 17:37:39 +01:00
template_static_runme.sci
throw_exception_runme.sci scilab: fix throw_exception test 2015-01-26 11:07:28 +01:00
typedef_struct_cpp_runme.sci Duplicate tests that are run twice as both C and C++ tests to fix parallel make: typedef_struct 2016-02-21 19:24:27 +00:00
typedef_struct_runme.sci
union_parameter_runme.sci
unions_runme.sci
varargs_overload_runme.sci
varargs_runme.sci
voidtest_runme.sci scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr() 2014-06-26 09:44:49 +02:00