swig/Examples/test-suite/perl5/README
William S Fulton 49da10eca7 Don't run perl examples/tests if Test::More is not available
The test-suite requires Test::More and the local versions of Test::More
were removed in 1d1e8650a3. They are not
always distributed with Perl, such as Perl 5.16 in Fedora.
2014-02-14 19:00:38 +00:00

18 lines
475 B
Text

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 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