From: Vincent Pit Date: Sat, 29 Aug 2009 16:25:57 +0000 (+0200) Subject: Put all tests into a subdirectory X-Git-Tag: v0.08~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fre-engine-Plugin.git;a=commitdiff_plain;h=36958ebe8b4c296f858f6b5df8f629cdb341812d Put all tests into a subdirectory --- diff --git a/MANIFEST b/MANIFEST index 51e2b21..31c8b88 100644 --- a/MANIFEST +++ b/MANIFEST @@ -11,10 +11,9 @@ README ptable.h t/00-compile.t t/callbacks/exec.t -t/eval-comp.t -t/eval-exec.t -t/import.t -t/methods.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 @@ -29,11 +28,12 @@ t/methods/str/undef.t t/num_buff/FETCH.t t/num_buff/LENGTH.t t/num_buff/STORE.t -t/scope.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 typemap diff --git a/t/eval-comp.t b/t/ctl/eval-comp.t similarity index 100% rename from t/eval-comp.t rename to t/ctl/eval-comp.t diff --git a/t/eval-exec.t b/t/ctl/eval-exec.t similarity index 100% rename from t/eval-exec.t rename to t/ctl/eval-exec.t diff --git a/t/methods.t b/t/methods/base.t similarity index 100% rename from t/methods.t rename to t/methods/base.t diff --git a/t/import.t b/t/usage/integrate.t similarity index 100% rename from t/import.t rename to t/usage/integrate.t diff --git a/t/scope.t b/t/usage/scope.t similarity index 100% rename from t/scope.t rename to t/usage/scope.t