summaryrefslogtreecommitdiff
path: root/tests/tests.pro
blob: 0c969df627f75804d9b1c17e5729a5a2d4b69cca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#####################################################################
# Tests projectfile
#####################################################################

CONFIG  += ordered 
TEMPLATE = subdirs

SUBDIRS = test-dbus-qeventloop	\
          test-dbus-pong		\
          test-resource			\
          test-resource-set     \
          test-resource-engine

# Install options
testsxml.path    = /usr/share/libresourceqt-tests/
testsxml.files   = tests.xml
testrunner.path  = /usr/lib/libresourceqt-tests/
testrunner.files = test-dbus-qeventloop-runner.sh
INSTALLS         = testsxml testrunner