From: Vincent Pit Date: Sat, 29 Aug 2009 16:29:30 +0000 (+0200) Subject: Order the test subdirectories X-Git-Tag: v0.08~5 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=386630c145754930ffc3a3b0988dd0108f4394db Order the test subdirectories --- diff --git a/MANIFEST b/MANIFEST index 31c8b88..eeab173 100644 --- a/MANIFEST +++ b/MANIFEST @@ -10,30 +10,30 @@ Plugin.xs README ptable.h t/00-compile.t -t/callbacks/exec.t -t/ctl/eval-comp.t -t/ctl/eval-exec.t -t/methods/base.t -t/methods/free.t -t/methods/minlen/bytes.t -t/methods/minlen/get.t -t/methods/minlen/set.t -t/methods/mod.t -t/methods/pattern/modify.t -t/methods/pattern/types.t -t/methods/stash.t -t/methods/str/modify.t -t/methods/str/types.t -t/methods/str/undef.t -t/num_buff/FETCH.t -t/num_buff/LENGTH.t -t/num_buff/STORE.t -t/taint/rx.t -t/taint/util.t -t/usage/basic.pm -t/usage/basic.t -t/usage/integrate.t -t/usage/import.t -t/usage/import.pm -t/usage/scope.t +t/10-usage/basic.pm +t/10-usage/basic.t +t/10-usage/integrate.t +t/10-usage/import.t +t/10-usage/import.pm +t/10-usage/scope.t +t/20-methods/base.t +t/20-methods/free.t +t/20-methods/minlen/bytes.t +t/20-methods/minlen/get.t +t/20-methods/minlen/set.t +t/20-methods/mod.t +t/20-methods/pattern/modify.t +t/20-methods/pattern/types.t +t/20-methods/stash.t +t/20-methods/str/modify.t +t/20-methods/str/types.t +t/20-methods/str/undef.t +t/30-callbacks/exec.t +t/40-ctl/eval-comp.t +t/40-ctl/eval-exec.t +t/50-num_buff/FETCH.t +t/50-num_buff/LENGTH.t +t/50-num_buff/STORE.t +t/60-taint/rx.t +t/60-taint/util.t typemap diff --git a/t/usage/basic.pm b/t/10-usage/basic.pm similarity index 100% rename from t/usage/basic.pm rename to t/10-usage/basic.pm diff --git a/t/usage/basic.t b/t/10-usage/basic.t similarity index 100% rename from t/usage/basic.t rename to t/10-usage/basic.t diff --git a/t/usage/import.pm b/t/10-usage/import.pm similarity index 100% rename from t/usage/import.pm rename to t/10-usage/import.pm diff --git a/t/usage/import.t b/t/10-usage/import.t similarity index 100% rename from t/usage/import.t rename to t/10-usage/import.t diff --git a/t/usage/integrate.t b/t/10-usage/integrate.t similarity index 100% rename from t/usage/integrate.t rename to t/10-usage/integrate.t diff --git a/t/usage/scope.t b/t/10-usage/scope.t similarity index 100% rename from t/usage/scope.t rename to t/10-usage/scope.t diff --git a/t/methods/base.t b/t/20-methods/base.t similarity index 100% rename from t/methods/base.t rename to t/20-methods/base.t diff --git a/t/methods/free.t b/t/20-methods/free.t similarity index 100% rename from t/methods/free.t rename to t/20-methods/free.t diff --git a/t/methods/minlen/bytes.t b/t/20-methods/minlen/bytes.t similarity index 100% rename from t/methods/minlen/bytes.t rename to t/20-methods/minlen/bytes.t diff --git a/t/methods/minlen/get.t b/t/20-methods/minlen/get.t similarity index 100% rename from t/methods/minlen/get.t rename to t/20-methods/minlen/get.t diff --git a/t/methods/minlen/set.t b/t/20-methods/minlen/set.t similarity index 100% rename from t/methods/minlen/set.t rename to t/20-methods/minlen/set.t diff --git a/t/methods/mod.t b/t/20-methods/mod.t similarity index 100% rename from t/methods/mod.t rename to t/20-methods/mod.t diff --git a/t/methods/pattern/modify.t b/t/20-methods/pattern/modify.t similarity index 100% rename from t/methods/pattern/modify.t rename to t/20-methods/pattern/modify.t diff --git a/t/methods/pattern/types.t b/t/20-methods/pattern/types.t similarity index 100% rename from t/methods/pattern/types.t rename to t/20-methods/pattern/types.t diff --git a/t/methods/stash.t b/t/20-methods/stash.t similarity index 100% rename from t/methods/stash.t rename to t/20-methods/stash.t diff --git a/t/methods/str/modify.t b/t/20-methods/str/modify.t similarity index 100% rename from t/methods/str/modify.t rename to t/20-methods/str/modify.t diff --git a/t/methods/str/types.t b/t/20-methods/str/types.t similarity index 100% rename from t/methods/str/types.t rename to t/20-methods/str/types.t diff --git a/t/methods/str/undef.t b/t/20-methods/str/undef.t similarity index 100% rename from t/methods/str/undef.t rename to t/20-methods/str/undef.t diff --git a/t/callbacks/exec.t b/t/30-callbacks/exec.t similarity index 100% rename from t/callbacks/exec.t rename to t/30-callbacks/exec.t diff --git a/t/ctl/eval-comp.t b/t/40-ctl/eval-comp.t similarity index 100% rename from t/ctl/eval-comp.t rename to t/40-ctl/eval-comp.t diff --git a/t/ctl/eval-exec.t b/t/40-ctl/eval-exec.t similarity index 100% rename from t/ctl/eval-exec.t rename to t/40-ctl/eval-exec.t diff --git a/t/num_buff/FETCH.t b/t/50-num_buff/FETCH.t similarity index 100% rename from t/num_buff/FETCH.t rename to t/50-num_buff/FETCH.t diff --git a/t/num_buff/LENGTH.t b/t/50-num_buff/LENGTH.t similarity index 100% rename from t/num_buff/LENGTH.t rename to t/50-num_buff/LENGTH.t diff --git a/t/num_buff/STORE.t b/t/50-num_buff/STORE.t similarity index 100% rename from t/num_buff/STORE.t rename to t/50-num_buff/STORE.t diff --git a/t/taint/rx.t b/t/60-taint/rx.t similarity index 100% rename from t/taint/rx.t rename to t/60-taint/rx.t diff --git a/t/taint/util.t b/t/60-taint/util.t similarity index 100% rename from t/taint/util.t rename to t/60-taint/util.t