summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/tests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/tests/tests.pro')
-rw-r--r--installerbuilder/tests/tests.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/installerbuilder/tests/tests.pro b/installerbuilder/tests/tests.pro
deleted file mode 100644
index 4cb064c52..000000000
--- a/installerbuilder/tests/tests.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TEMPLATE=subdirs
-
-DESTDIR = bin
-SUBDIRS += extractarchiveoperationtest environmentvariable
-
-unix:test.commands=./bin/extractarchiveoperationtest
-win32:test.commands=bin\\extractarchiveoperationtest.exe
-
-test.target=test
-test.depends = $(TARGET)
-QMAKE_EXTRA_TARGETS += test