summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-24 11:39:16 +0200
committerkh1 <qt-info@nokia.com>2011-06-24 11:39:16 +0200
commite3d49c1330cfbee3e3271a9b5b83c65b7147703d (patch)
treea7fbb42555a84652313c8f006fb86901cb188cf7 /installerbuilder/tests
parentb1304e315cc1b8ebeeaed567d5a79b0f4d08a6d7 (diff)
Revert "Remove unused classes. Disable tests."
This reverts commit 288995149bb729873f31dc7db53bf4ec3591a3ed.
Diffstat (limited to 'installerbuilder/tests')
-rw-r--r--installerbuilder/tests/tests.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/installerbuilder/tests/tests.pro b/installerbuilder/tests/tests.pro
index 4cb064c52..fcf358a3f 100644
--- a/installerbuilder/tests/tests.pro
+++ b/installerbuilder/tests/tests.pro
@@ -1,10 +1,10 @@
TEMPLATE=subdirs
DESTDIR = bin
-SUBDIRS += extractarchiveoperationtest environmentvariable
+SUBDIRS += kd7zenginetest extractarchiveoperationtest environmentvariable
-unix:test.commands=./bin/extractarchiveoperationtest
-win32:test.commands=bin\\extractarchiveoperationtest.exe
+unix:test.commands=./bin/kd7zenginetest && ./bin/extractarchiveoperationtest
+win32:test.commands=bin\\kd7zenginetest.exe && bin\\extractarchiveoperationtest.exe
test.target=test
test.depends = $(TARGET)