blob: 8c46c4a2d72edc729b8d95fcb306eeffc01e0f0b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS = \
tst_python_email \
tst_qmailaddress \
tst_qmailcodec \
tst_qmailmessage \
tst_qmailmessagebody \
tst_qmailmessageheader \
tst_qmailmessagepart \
tst_qmailstore \
tst_qmailstorekeys \
tst_qprivateimplementation \
tst_longstring \
tst_longstream \
tst_qmailmessageset \
tst_qmailserviceaction \
tst_qmail_sortkeys \
tst_qmail_listmodels \
tst_qmaillog \
tst_qcop \
tst_storagemanager \
tst_qmaildisconnected \
tst_qmailnamespace \
tst_qlogsystem \
tst_locks \
tst_qmailthread \
CONFIG += unittest
# Install test file description
test_description.files = tests.xml
test_description.path = $$QMF_INSTALL_ROOT/tests
INSTALLS += test_description
|