..
Makefile.in
Consistent cpp11 testing in test-suite
2022-03-27 19:34:20 +01:00
abstract_access_runme.sci
Make abstract_access test work and clean functionWrapper in scilab.cxx
2011-01-28 08:59:37 +00:00
abstract_inherit_ok_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
abstract_inherit_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
abstract_signature_runme.sci
scilab: fix test abstract_signature (scilab 6)
2014-06-02 18:15:25 +02:00
abstract_typedef2_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
abstract_typedef_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
abstract_virtual_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
access_change_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
add_link_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
aggregate_runme.sci
* New version for Scilab module using fragments
2011-05-20 08:34:46 +00:00
allowexcept_runme.sci
Add tests + small modifications
2011-01-28 13:14:32 +00:00
allprotected_runme.sci
Scilab - pass tests on 5.5.2, 6.0.2 and 6.1.0
2022-02-21 10:02:03 +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
* New version for Scilab module using fragments
2011-05-20 08:34:46 +00:00
bools_runme.sci
scilab: fix tests having too long identifier names
2014-09-29 14:52:05 +02:00
char_constant_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
constover_runme.sci
scilab: implement constover test
2014-03-03 16:24:18 +01:00
constructor_copy_runme.sci
scilab: implement constructor_copy test
2014-03-27 10:36:16 +01:00
cpp_basic_runme.sci
scilab: implement cpp_basic
2014-03-25 10:17:24 +01:00
cpp_enum_runme.sci
scilab: implement cpp_enum test
2014-03-03 17:55:06 +01:00
default_args_runme.sci
scilab: implement default_args test
2014-04-16 16:47:20 +02:00
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
scilab implement empty test
2014-03-25 10:23:56 +01:00
enums_runme.sci
scilab: fix enums test typo error
2014-02-14 15:02:14 +01:00
funcptr_cpp_runme.sci
handle const pointers to functions
2016-03-24 10:59:23 +01:00
funcptr_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
global_vars_runme.sci
scilab: implement test global_vars
2014-03-24 10:34:52 +01:00
inctest_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
inherit_missing_runme.sci
scilab: fix inherit_missing test which does not quit
2014-03-27 11:25:20 +01:00
inout_runme.sci
scilab: fix inout test
2014-02-21 10:57:15 +01:00
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
scilab: implement li_carrays test
2014-03-27 09:44:52 +01:00
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
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
li_std_container_typemaps_runme.sci
Misc. typos
2018-05-17 10:04:23 -04:00
li_std_deque_runme.sci
Misc. typos
2018-05-17 10:04:23 -04:00
li_std_except_runme.sci
Scilab - pass tests on 5.5.2, 6.0.2 and 6.1.0
2022-02-21 10:02:03 +01:00
li_std_pair_runme.sci
scilab: implement li_std_pair test
2014-04-11 08:42:58 +02:00
li_std_string_extra_runme.sci
Scilab - pass tests on 5.5.2, 6.0.2 and 6.1.0
2022-02-21 10:02:03 +01:00
li_std_vector_runme.sci
Scilab: fix test case li_std_vector
2013-06-12 10:59:11 +02:00
li_typemaps_runme.sci
scilab: fix tests for unsigned ints typemap changes
2014-06-16 16:03:50 +02:00
member_pointer_runme.sci
scilab: implement member_pointer test
2014-03-25 12:04:29 +01:00
name_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
nested_structs_runme.sci
scilab: fix nested_structs test
2014-06-19 09:22:00 +02:00
newobject2_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
null_pointer_runme.sci
Rename func to funk in tests to avoid Go keyword problems
2017-06-16 19:24:48 +01:00
operator_overload_runme.sci
scilab: implement operator_overload test
2014-04-03 12:26:44 +02:00
overload_arrays_runme.sci
scilab: new test overload_arrays
2014-03-31 17:00:00 +02:00
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
scilab: implement overload_copy test
2014-03-31 16:57:09 +02:00
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
* New version for Scilab module using fragments
2011-05-20 08:34:46 +00:00
overload_null_runme.sci
Shorten testcase variable names for Scilab 6 to work
2021-11-15 22:45:56 +00:00
overload_numeric_runme.sci
scilab: implement overload_numeric test
2014-04-01 17:45:59 +02:00
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
Fix typos
2021-11-17 07:07:02 +02:00
preproc_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
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: implement return_const_value test
2014-03-27 10:27:12 +01:00
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 - pass tests on 5.5.2, 6.0.2 and 6.1.0
2022-02-21 10:02:03 +01:00
scilab_li_matrix_runme.sci
Misc. typos
2018-05-17 10:04:23 -04:00
scilab_multivalue_runme.sci
scilab: new test scilab_multivalue
2014-04-01 15:47:27 +02:00
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
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
sizet_runme.sci
scilab: new test for size_t type
2014-01-31 18:04:20 +01:00
smart_pointer_simple_runme.sci
scilab: implement smart_pointer_simple test
2014-03-14 16:46:46 +01:00
sneaky1_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
struct_initialization_runme.sci
New Scilab tests/examples
2010-10-14 15:10:21 +00:00
struct_rename_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
struct_value_runme.sci
scilab: implement struct_value test
2014-02-17 17:19:22 +01:00
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 - pass tests on 5.5.2, 6.0.2 and 6.1.0
2022-02-21 10:02:03 +01:00
template_classes_runme.sci
scilab: implement test template_classes
2014-03-21 11:55:15 +01:00
template_ns_runme.sci
scilab: implement template_ns test
2014-03-21 15:11:45 +01:00
template_rename_runme.sci
scilab: fix template_rename test
2016-03-08 17:37:39 +01:00
template_static_runme.sci
scilab: implement template_static test
2014-03-21 12:08:43 +01:00
throw_exception_runme.sci
Misc. typos
2018-05-17 10:04:23 -04: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
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
union_parameter_runme.sci
Fix typo
2010-11-26 16:42:54 +00:00
unions_runme.sci
Improve Scilab test suite with start/quit scripts + remove useless display.
2010-10-14 09:15:59 +00:00
varargs_overload_runme.sci
Fix Python compile errors with overloading and varargs
2019-02-25 19:27:23 +00:00
varargs_runme.sci
implement varargs cpptest
2014-04-15 17:53:37 +02:00
voidtest_runme.sci
scilab: rename swig_this(), swig_ptr() to SWIG_this(), SWIG_ptr()
2014-06-26 09:44:49 +02:00