summaryrefslogtreecommitdiffstats
path: root/installerbuilder/tests/tests.pro
blob: 4cb064c52f8b9cc0676da948c3adc12b1bee3575 (plain)
1
2
3
4
5
6
7
8
9
10
11
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