summaryrefslogtreecommitdiffstats
path: root/scripts/300_autotests
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/300_autotests')
-rw-r--r--scripts/300_autotests22
1 files changed, 11 insertions, 11 deletions
diff --git a/scripts/300_autotests b/scripts/300_autotests
index cacd4f8..67a5740 100644
--- a/scripts/300_autotests
+++ b/scripts/300_autotests
@@ -24,7 +24,7 @@ use File::Basename;
my $debugScript = 0;
# Move the data files of bic from global to modules
-our @bicRepos = ('qtkernel' , 'qtsvg', 'qtquick', 'qt3support', 'qtscript', 'phonon', 'qtmultimedia', 'qttools', 'qtxmlpatterns');
+our @bicRepos = ('qtkernel' , 'qtsvg', 'qtdeclarative', 'qt3support', 'qtscript', 'phonon', 'qtmultimedia', 'qttools', 'qtxmlpatterns');
foreach (@bicRepos) {
my $module = $_;
ensureDir("$module/tests/auto/bic/data");
@@ -48,7 +48,7 @@ run("git mv tests/auto/bic/data/QtDBus* qtkernel/tests/auto/bic/data");
run("git mv tests/auto/bic/data/QtSvg* qtsvg/tests/auto/bic/data");
-run("git mv tests/auto/bic/data/QtDeclarative* qtquick/tests/auto/bic/data");
+run("git mv tests/auto/bic/data/QtDeclarative* qtdeclarative/tests/auto/bic/data");
run("git mv tests/auto/bic/data/Qt3Support* qt3support/tests/auto/bic/data");
@@ -140,9 +140,9 @@ processProfile("multimedia.pro", "qtmultimedia");
processProfile("webkit.pro", "");
processProfile("help.pro", "qttools");
-ensureDir("qtquick/tests/auto");
-run("git mv tests/auto/declarative qtquick/tests/auto/");
-run("git mv tests/auto/declarative.pro qtquick/tests/auto/auto.pro");
+ensureDir("qtdeclarative/tests/auto");
+run("git mv tests/auto/declarative qtdeclarative/tests/auto/");
+run("git mv tests/auto/declarative.pro qtdeclarative/tests/auto/auto.pro");
#they are in other.pro, but on the same line
run("git mv tests/auto/qzip qtkernel/tests/auto/");
@@ -151,10 +151,10 @@ run("git mv tests/auto/uic3 qt3support/tests/auto/");
# benchmarks
-ensureDir("qtquick/tests/benchmarks");
+ensureDir("qtdeclarative/tests/benchmarks");
ensureDir("qtsvg/tests/benchmarks");
ensureDir("qtscript/tests/benchmarks");
-run("git mv tests/benchmarks/declarative qtquick/tests/benchmarks");
+run("git mv tests/benchmarks/declarative qtdeclarative/tests/benchmarks");
run("git mv tests/benchmarks/svg qtsvg/tests/benchmarks");
run("git mv tests/benchmarks/script qtscript/tests/benchmarks");
run("git mv tests/benchmarks qtkernel/tests/");
@@ -164,13 +164,13 @@ run("git mv tests/benchmarks qtkernel/tests/");
run("git mv tests/shared qtkernel/tests");
run("git mv tests/auto/*.h qtkernel/tests/auto");
-ensureDir("qtquick/tests/shared");
-fsCopy("qtkernel/tests/shared/util.h", "qtquick/tests/shared/");
+ensureDir("qtdeclarative/tests/shared");
+fsCopy("qtkernel/tests/shared/util.h", "qtdeclarative/tests/shared/");
ensureDir("qt3support/tests/shared");
fsCopy("qtkernel/tests/shared/util.h", "qt3support/tests/shared/");
ensureDir("qtscript/tests/shared");
fsCopy("qtkernel/tests/shared/util.h", "qtscript/tests/shared/");
-run("git add qtquick/tests/shared/util.h qt3support/tests/shared/util.h qtscript/tests/shared/util.h");
+run("git add qtdeclarative/tests/shared/util.h qt3support/tests/shared/util.h qtscript/tests/shared/util.h");
fsCopy("qtkernel/tests/auto/network-settings.h", "qt3support/tests/auto/");
@@ -204,7 +204,7 @@ run("echo !cross_compile:SUBDIRS += uic3 >> qt3support/tests/auto/auto.pro");
run("echo SUBDIRS += linguist >> qttools/tests/auto/auto.pro");
run("git mv tests/tests.pro qtkernel/tests/");
-createSubdirProfile("qtquick/tests");
+createSubdirProfile("qtdeclarative/tests");
createSubdirProfile("qt3support/tests");
createSubdirProfile("qtsvg/tests");
createSubdirProfile("qtscript/tests");