From: Nicholas Clark Date: Wed, 30 Sep 2009 18:12:39 +0000 (+0100) Subject: Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8e2fdb67fe8686a4c8375f2bebb1bbd54907dd41;p=p5sagit%2Fp5-mst-13.2.git Move 3 porting sanity tests from t/lib/ to t/porting/, a more natural home. --- diff --git a/MANIFEST b/MANIFEST index 7b860af..7b0baa2 100644 --- a/MANIFEST +++ b/MANIFEST @@ -4175,7 +4175,6 @@ t/io/through.t See if pipe passes data intact t/io/utf8.t See if file seeking works t/japh/abigail.t Obscure tests t/lib/1_compile.t See if the various libraries and extensions compile -t/lib/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used t/lib/Cname.pm Test charnames in regexes (op/pat.t) t/lib/common.pl Helper for lib/{warnings,feature}.t t/lib/commonsense.t See if configuration meets basic needs @@ -4195,8 +4194,6 @@ t/lib/h2ph.h Test header file for h2ph t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison t/lib/locale/latin1 Part of locale.t in Latin 1 t/lib/locale/utf8 Part of locale.t in UTF8 -t/lib/maintainers.t Test that Porting/Maintaners.pl is up to date -t/lib/manifest.t Test that this MANIFEST file is well formed t/lib/mypragma.pm An example user pragma t/lib/mypragma.t Test the example user pragma t/lib/no_load.t Test that some modules don't load others @@ -4430,7 +4427,10 @@ t/op/write.t See if write works (formats work) t/op/yadayada.t See if ..., !!! and ??? work t/perl.supp Perl valgrind suppressions t/pod/diag.t Test completeness of perldiag.pod +t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly +t/porting/maintainers.t Test that Porting/Maintaners.pl is up to date +t/porting/manifest.t Test that this MANIFEST file is well formed t/README Instructions for regression tests t/re/pat_advanced.t See if advanced esoteric patterns work t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread diff --git a/t/lib/args_assert.t b/t/porting/args_assert.t similarity index 100% rename from t/lib/args_assert.t rename to t/porting/args_assert.t diff --git a/t/lib/maintainers.t b/t/porting/maintainers.t similarity index 100% rename from t/lib/maintainers.t rename to t/porting/maintainers.t diff --git a/t/lib/manifest.t b/t/porting/manifest.t similarity index 100% rename from t/lib/manifest.t rename to t/porting/manifest.t