www: fix links to the new Redmine
[trojita.git] / tests / tests / tests.pro
blobd4d902d12b88bcaf67abf234f99ddb8307c97f0e
1 TEMPLATE = subdirs
2 SUBDIRS = \
3 test_algorithms \
4 test_RingBuffer \
5 test_Imap_LowLevelParser test_Imap_Message test_Imap_Parser_parse \
6 test_Imap_Responses test_rfccodecs test_Imap_Model \
7 test_Imap_Tasks_OpenConnection \
8 test_Imap_Tasks_ListChildMailboxes \
9 test_Imap_Tasks_CreateMailbox \
10 test_Imap_Tasks_DeleteMailbox \
11 test_Imap_Tasks_ObtainSynchronizedMailbox \
12 test_Imap_Idle \
13 test_Imap_SelectedMailboxUpdates \
14 test_Imap_DisappearingMailboxes \
15 test_Imap_Threading \
16 test_Composer_responses \
17 test_Rfc5322
19 # At first, we define the "check" target which simply propagates the "check" call below
20 check.target = check
21 check.CONFIG = recursive
22 QMAKE_EXTRA_TARGETS += check
24 # And then wrap it in a "test" command which calls make with nice arguments
25 unix:test.commands = TESTARGS=-silent $(MAKE) -s check
26 QMAKE_EXTRA_TARGETS += test