swig/Examples/test-suite/perl5
2006-01-27 10:36:57 +00:00
..
Test fixing old perl's to use Test::More 2006-01-27 10:31:27 +00:00
.cvsignore *** empty log message *** 2003-09-06 15:58:14 +00:00
default_args_runme.pl more %rename/%ignore tests 2004-11-09 21:27:02 +00:00
disown_runme.pl add disown.i and li_attribute.i 2005-10-26 07:08:18 +00:00
enum_thorough_runme.pl more fixes for valgrind 2005-10-25 15:15:42 +00:00
import_nomodule_runme.pl The great merge 2002-11-30 22:01:28 +00:00
imports_runme.pl The great merge 2002-11-30 22:01:28 +00:00
inherit_runme.pl Test for patch #1116431 Fix non member functions inadvertently being called instead of member functions. 2005-09-23 21:20:27 +00:00
li_std_list.i add std_list (lluisp #1033399) 2004-11-05 02:32:26 +00:00
li_std_string_runme.pl fixes for new name 2004-11-02 00:57:47 +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 minor runtime test mods 2004-10-04 20:04:22 +00:00
operator_overload_runme.pl removed && and || tests 2006-01-24 09:01:17 +00:00
overload_copy_runme.pl The great merge 2002-11-30 22:01:28 +00:00
overload_simple_runme.pl converted to use Test::More 2006-01-24 09:01:46 +00:00
primitive_ref_runme.pl minor runtime test mods 2004-10-04 20:04:22 +00:00
profiletest_runme.pl added profile test 2004-06-14 09:09:12 +00:00
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 *** empty log message *** 2004-10-20 21:18:27 +00:00
template_ref_type_runme.pl new test 2003-06-03 19:08:09 +00:00
unions_runme.pl minor runtime test mods 2004-10-04 20:04:22 +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