swig/Examples/test-suite/perl5
2013-01-08 18:47:40 +13:00
..
aggregate_runme.pl
apply_signed_char_runme.pl
apply_strings_runme.pl
array_member_runme.pl
char_binary_runme.pl Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and (char *STRING, int LENGTH) - Java patch is from Volker Grabsch. Elements of the primitive_types.i testcase for this moved into char_binary.i. Documentation for this enhanced. 2011-01-14 19:06:43 +00:00
char_strings_runme.pl Fix SF#2564192 2009-02-05 15:47:42 +00:00
class_ignore_runme.pl
contract_runme.pl
default_args_runme.pl Fix assorted typos. 2013-01-08 18:47:40 +13:00
default_constructor_runme.pl
disown_runme.pl
dynamic_cast_runme.pl
enum_template_runme.pl
enum_thorough_runme.pl remove perl specific modifications to the enum_thorough test 2009-06-16 20:26:28 +00:00
exception_order_runme.pl
global_vars_runme.pl
grouping_runme.pl
ignore_parameter_runme.pl
import_nomodule_runme.pl
imports_runme.pl rollback 10737:10749, this work is better left on a branch until it is 2008-08-19 07:09:29 +00:00
inctest_runme.pl
inherit_missing_runme.pl
inherit_runme.pl
li_carrays_runme.pl
li_cdata_carrays_runme.pl
li_reference_runme.pl rename byreference testcase to li_reference to follow normal test naming conventions of library files. Remove ability to add testcases into subdirectories (again) - not wanted 2009-07-02 20:32:51 +00:00
li_std_except_runme.pl
li_std_string_runme.pl Test modifications of changed behaviour in perl 5.12 and 5.14 in reporting errors 2011-05-19 18:48:57 +00:00
li_typemaps_runme.pl * revert perl5 li_typemaps run tests due to Windows regressions. 2012-04-18 21:49:32 +00:00
Makefile.in remove unnecessary extra semicolons in the tesuite 2009-08-09 22:52:08 +00:00
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_simple_runme.pl Patch #3260265 fixing overloading of non-primitive types and integers in Perl 5.12 and later 2011-05-19 19:31:39 +00:00
packageoption_runme.pl Apply patch #2143727 for Python from Serge Monkewitz to fix importing base classes when the package option is specified in %module and that module is %import'ed 2008-12-02 20:21:16 +00:00
preproc_runme.pl
primitive_ref_runme.pl
primitive_types_runme.pl Added some missing multi-argument typemaps: (char *STRING, size_t LENGTH) and (char *STRING, int LENGTH) - Java patch is from Volker Grabsch. Elements of the primitive_types.i testcase for this moved into char_binary.i. Documentation for this enhanced. 2011-01-14 19:06:43 +00:00
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 run test cases in the Perl set by the --with-perl5 configure option. 2008-05-26 20:09:56 +00:00
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 PHP: fix for the wrapmacro testcase 2009-08-04 09:32:12 +00:00

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 and Test::Harness are two of the standard perl test harness
tools. Support has been added for these modules as of 1.3.28. If
adding a new test to this suite, please use Test::More. 

Currently converted test cases include:

* operator_overload
* operator_overload_break
* package
* overload_simple
* apply_strings
* char_strings
* default_args
* enum_thorough
* global_vars
* import_nomodule
* inherit
* li_cdata_carrays
* li_std_string
* member_pointer
* multiple_inheritance
* primitive_ref
* template_default_arg
* unions
* voidtest