swig/Examples/test-suite/perl5
William S Fulton 4b64becbbb OUTPUT typemaps on methods that don't return void
SWIGJSC_ValueIsArray could be implemented by JSValueIsArray in later
versions of Javascript webkit, similar fix to previous commits for v8.

Enhance testing of OUTPUT typemaps to test more than one output.
2021-03-01 14:20:18 +00:00
..
aggregate_runme.pl
apply_signed_char_runme.pl
apply_strings_runme.pl
array_member_runme.pl
char_binary_runme.pl
char_strings_runme.pl
class_ignore_runme.pl
contract_runme.pl
cpp11_strongly_typed_enumerations_runme.pl
default_args_runme.pl
default_constructor_runme.pl
director_abstract_runme.pl
director_alternating_runme.pl
director_basic_runme.pl
director_classes_runme.pl
director_classic_runme.pl
director_constructor_runme.pl
director_default_runme.pl
director_detect_runme.pl
director_enum_runme.pl
director_exception_runme.pl
director_extend_runme.pl
director_finalizer_runme.pl
director_frob_runme.pl
director_ignore_runme.pl
director_nested_runme.pl
director_primitives_runme.pl
director_protected_runme.pl
director_string_runme.pl
director_unroll_runme.pl
director_wombat_runme.pl
disown_runme.pl
dynamic_cast_runme.pl
enum_template_runme.pl
enum_thorough_runme.pl
exception_order_runme.pl
global_vars_runme.pl
grouping_runme.pl
ignore_parameter_runme.pl
import_nomodule_runme.pl
imports_runme.pl
inctest_runme.pl
inherit_missing_runme.pl
inherit_runme.pl
li_carrays_cpp_runme.pl
li_carrays_runme.pl
li_cdata_carrays_cpp_runme.pl
li_cdata_carrays_runme.pl
li_reference_runme.pl
li_std_except_runme.pl
li_std_string_runme.pl
li_typemaps_runme.pl OUTPUT typemaps on methods that don't return void 2021-03-01 14:20:18 +00:00
Makefile.in
member_pointer_runme.pl
minherit_runme.pl
multiple_inheritance_runme.pl
naturalvar_runme.pl
operator_overload_break_runme.pl
operator_overload_runme.pl
overload_copy_runme.pl
overload_null_runme.pl
overload_simple_runme.pl
packageoption_runme.pl
preproc_runme.pl
primitive_ref_runme.pl
primitive_types_runme.pl
profiletest_runme.pl
README
reference_global_vars_runme.pl
rename_scope_runme.pl
ret_by_value_runme.pl
return_const_value_runme.pl
run-perl-test.pl
scilab_multivalue_runme.pl
sizet_runme.pl
sneaky1_runme.pl
template_default_arg_runme.pl
template_ref_type_runme.pl
template_typedef_cplx2_runme.pl
template_typedef_cplx3_runme.pl
template_typedef_cplx_runme.pl
typedef_class_runme.pl
typemap_namespace_runme.pl
typename_runme.pl
unions_runme.pl
using1_runme.pl
using2_runme.pl
varargs_runme.pl
virtual_poly_runme.pl
voidtest_runme.pl
wrapmacro_runme.pl

See ../README for common README file.

Any testcases which have _runme.pl appended after the testcase name will be detected and run.

Test::More Support
==

Test::More is a standard perl test harness tool.
Support was added for using Test::More in 1.3.28.
If adding a new test to this suite, please use Test::More.

There are a few legacy test cases which do not use Test::More and these ought to be converted:

disown
imports
overload_copy
profiletest
template_ref_type