www: fix links to the new Redmine
[trojita.git] / tests / tests.pro
blob01f94a22dcb5b27651e22547c6ef84698b828ec2
1 TEMPLATE = subdirs
2 SUBDIRS = \
3 test_LibMailboxSync \
4 tests
5 CONFIG += ordered
7 # At first, we define the "check" target which simply propagates the "check" call below
8 check.target = check
9 check.CONFIG = recursive
10 QMAKE_EXTRA_TARGETS += check
12 # And then wrap it in a "test" command which calls make with nice arguments
13 unix:test.commands = TESTARGS=-silent $(MAKE) -s check
14 QMAKE_EXTRA_TARGETS += test