diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2000-12-07 05:50:47 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-08 03:26:01 +0000 |
commit | b25e12d28c4e637aa117d19b5b4f62a19911f9e2 (patch) | |
tree | 2e675b80ded6a606501d3f66e132af8537090934 /t/README | |
parent | 8e7e0aa837075f75a252df7c9b0b220ac046bca1 (diff) | |
download | perl-b25e12d28c4e637aa117d19b5b4f62a19911f9e2.tar.gz |
[ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@8035
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -This is the perl test library. To run all the tests, just type 'TEST'. +This is the perl test library. To run all the tests, just type './TEST'. To add new tests, just look at the current tests and do likewise. @@ -14,3 +14,8 @@ will fail, you may want to use Test::Harness thusly: This method pinpoints failed tests automatically. If you come up with new tests, please send them to perlbug@perl.org. + +Tests in the base/ directory ought to be runnable with plain miniperl. +That is, they should not require Config.pm nor should they require any +extensions to have been built. TEST will abort if any tests in the +base/ directory fail. |