diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-08 08:56:49 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2004-10-08 08:56:49 +0000 |
commit | cc0710ff8fd43a4bc2497be73d2dd00477cc8990 (patch) | |
tree | 98cdd00e5fdc8c110a308560fe5346acb3fe9719 /pod | |
parent | 1de9afcdf18cf98bbdecaa782da93e907be6fe4e (diff) | |
download | perl-cc0710ff8fd43a4bc2497be73d2dd00477cc8990.tar.gz |
Briefly document the test.utf16 make target.
p4raw-id: //depot/perl@23352
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 3b360a6cd6..f0b2ead4d1 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -1935,6 +1935,14 @@ C<-torture> argument to F<t/harness>. Run all the tests with -Mutf8. Not all tests will succeed. +=item minitest.utf16 test.utf16 + +Runs the tests with UTF-16 encoded scripts, encoded with different +versions of this encoding. + +C<make utest.utf16> runs the test suite with a combination of C<-utf8> and +C<-utf16> arguments to F<t/TEST>. + =item test_harness Run the test suite with the F<t/harness> controlling program, instead of |