summaryrefslogtreecommitdiffstats
path: root/tests/tests.pri
blob: 278130080c9d53e752ee8f6679e1ece49b2f4757 (plain)
1
2
3
4
5
6
7
8
9
10
11
load(am-config)

CONFIG *= console testcase
QT = core network testlib
qtHaveModule(dbus):QT *= dbus

DEFINES *= AM_TESTDATA_DIR=\\\"$$PWD/data/\\\"

HEADERS += \
    $$PWD/error-checking.h \
    $$PWD/sudo-cleanup.h \