import source from 1.3.40
[external/swig.git] / Examples / test-suite / perl5 / README
1 See ../README for common README file.
2
3 Any testcases which have _runme.pl appended after the testcase name will be detected and run.
4
5 Test::More Support
6 ==
7
8 Test::More and Test::Harness are two of the standard perl test harness
9 tools. Support has been added for these modules as of 1.3.28. If
10 adding a new test to this suite, please use Test::More. 
11
12 Currently converted test cases include:
13
14 * operator_overload
15 * operator_overload_break
16 * package
17 * overload_simple
18 * apply_strings
19 * char_strings
20 * default_args
21 * enum_thorough
22 * global_vars
23 * import_nomodule
24 * inherit
25 * li_cdata_carrays
26 * li_std_string
27 * member_pointer
28 * multiple_inheritance
29 * primitive_ref
30 * template_default_arg
31 * unions
32 * voidtest