swig/Examples/test-suite/perl5
2006-12-03 08:28:42 +00:00
..
Test fixing old perl's to use Test::More 2006-01-27 10:31:27 +00:00
apply_strings_runme.pl ensure %apply with char*, unsigned char* and signed char* works 2006-05-03 20:58:19 +00:00
default_args_runme.pl Fix dodgy comparison which would never fail 2006-01-29 22:06:12 +00:00
disown_runme.pl
enum_thorough_runme.pl
global_vars_runme.pl fix varout typemaps for swigtypes 2006-02-02 21:31:19 +00:00
import_nomodule_runme.pl
imports_runme.pl
inherit_runme.pl Fix dodgy comparison which would never fail 2006-01-29 22:06:12 +00:00
li_std_list.i
li_std_string_runme.pl more fixes/tests for empty strings 2006-05-04 04:45:41 +00:00
Makefile.in all test cases are now run through a wrapper script which traps 2006-01-24 09:00:40 +00:00
multiple_inheritance_runme.pl
operator_overload_runme.pl Daniel Moore patch - more operator overloading support 2006-06-12 21:07:38 +00:00
overload_copy_runme.pl
overload_simple_runme.pl converted to use Test::More 2006-01-24 09:01:46 +00:00
primitive_ref_runme.pl
profiletest_runme.pl
README added note about Test::More support 2006-01-24 09:06:00 +00:00
run-perl-test.pl perl test runner now properly catches STDERR 2006-01-27 10:36:57 +00:00
template_default_arg_runme.pl
template_ref_type_runme.pl
unions_runme.pl
voidtest_runme.pl add test for 'void *' argument 2006-02-04 00:02:45 +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
* overload_simple