summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-06-24 14:33:26 +0200
committerkh1 <qt-info@nokia.com>2011-06-24 14:33:26 +0200
commitdbd06849c9895afe639ea55c96e89b20b2b4d66f (patch)
tree3695577c19c48c85483df4dba0fcf6d421a99894 /installerbuilder/tests
parentac4acfb9d54471223d81335d0b9f28949e83d71b (diff)
Revert the revert commits as they do not fix the crash.
I was trying to fix a crash in binary format handler that I thought was caused be removing these classes. Still this wasn't the case after some debugging, and, we really don't need them.
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 fcf358a3f..4cb064c52 100644
--- a/installerbuilder/tests/tests.pro
+++ b/installerbuilder/tests/tests.pro
@@ -1,10 +1,10 @@
TEMPLATE=subdirs
DESTDIR = bin
-SUBDIRS += kd7zenginetest extractarchiveoperationtest environmentvariable
+SUBDIRS += extractarchiveoperationtest environmentvariable
-unix:test.commands=./bin/kd7zenginetest && ./bin/extractarchiveoperationtest
-win32:test.commands=bin\\kd7zenginetest.exe && bin\\extractarchiveoperationtest.exe
+unix:test.commands=./bin/extractarchiveoperationtest
+win32:test.commands=bin\\extractarchiveoperationtest.exe
test.target=test
test.depends = $(TARGET)