summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpulse-build-script2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulse-build-script b/pulse-build-script
index 4bb4a23..058e8c9 100755
--- a/pulse-build-script
+++ b/pulse-build-script
@@ -88,7 +88,7 @@ sub runAutotests {
# Please don't change this value, otherwise you will send the results to Testr
#$ENV{"PULSE_TESTS_TESTR"} = "0";
- my @autotests = ("phonon", "qt3support", "qtbase", "qtmultimedia", "qtdeclarative", "qtscript", "qtsvg", "qttools", "qtxmlpatterns");
+ my @autotests = ("phonon", "qt3support", "qtbase", "qtmultimedia", "qtdeclarative", "qtscript", "qtsvg", "qttools", "qtxmlpatterns", "qtqa");
chdir($basepath) or die("Could not chdir to qt");
system_v("git clone qtgitreadonly:qa-dungeon/mainline.git $basepath/_qadungeon") and die("Could not clone qa-dungeon");