From d28d20696c23cec75e63b2a3eec7025e590ecb1e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Thu, 12 Jun 2014 14:16:28 +0200 Subject: [PATCH] Move binary testing stuff and phpunit.xml to its own module refs #6092 --- {test/php => modules/test}/Makefile | 0 {test/php => modules/test}/bin/README | 0 {test/php => modules/test}/bin/common.h | 0 {test/php => modules/test}/bin/extcmd_test.c | 0 {test/php => modules/test}/bin/shared.h | 0 {test/php => modules/test}/phpunit.xml | 15 +++++++-------- 6 files changed, 7 insertions(+), 8 deletions(-) rename {test/php => modules/test}/Makefile (100%) rename {test/php => modules/test}/bin/README (100%) rename {test/php => modules/test}/bin/common.h (100%) rename {test/php => modules/test}/bin/extcmd_test.c (100%) rename {test/php => modules/test}/bin/shared.h (100%) rename {test/php => modules/test}/phpunit.xml (72%) diff --git a/test/php/Makefile b/modules/test/Makefile similarity index 100% rename from test/php/Makefile rename to modules/test/Makefile diff --git a/test/php/bin/README b/modules/test/bin/README similarity index 100% rename from test/php/bin/README rename to modules/test/bin/README diff --git a/test/php/bin/common.h b/modules/test/bin/common.h similarity index 100% rename from test/php/bin/common.h rename to modules/test/bin/common.h diff --git a/test/php/bin/extcmd_test.c b/modules/test/bin/extcmd_test.c similarity index 100% rename from test/php/bin/extcmd_test.c rename to modules/test/bin/extcmd_test.c diff --git a/test/php/bin/shared.h b/modules/test/bin/shared.h similarity index 100% rename from test/php/bin/shared.h rename to modules/test/bin/shared.h diff --git a/test/php/phpunit.xml b/modules/test/phpunit.xml similarity index 72% rename from test/php/phpunit.xml rename to modules/test/phpunit.xml index b36e81fe8..83fc9d9ac 100644 --- a/test/php/phpunit.xml +++ b/modules/test/phpunit.xml @@ -1,25 +1,24 @@ - + - application/ - bin/ - library/ + ../../test/php/application/ + ../../test/php/library/ - ../../modules/*/test/php - ../../modules/*/test/php/regression + ../*/test/php + ../*/test/php/regression - regression/ - ../../modules/*/test/regression + ../../test/php/regression/ + ../*/test/php/regression