~justinmcp/unity-chromium-extension/generic-extension

« back to all changes in this revision

Viewing changes to tests/unit/messaging-host/tst_inactivity_timer.pro

  • Committer: Justin McPherson
  • Date: 2015-09-23 07:19:02 UTC
  • Revision ID: justin.mcpherson@canonical.com-20150923071902-835dqu669lt2mfkh
WIP

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(messaging-host.pri)
2
 
 
3
 
TARGET = tst_inactivity_timer
4
 
 
5
 
QT += \
6
 
    core \
7
 
    testlib
8
 
 
9
 
SOURCES += \
10
 
    $${SRC_DIR}/inactivity-timer.cpp \
11
 
    tst_inactivity_timer.cpp
12
 
 
13
 
HEADERS += \
14
 
    $${SRC_DIR}/inactivity-timer.h
15
 
 
16
 
check.commands = "xvfb-run -s '-screen 0 640x480x24' -a ./$${TARGET}"
17
 
check.depends = $${TARGET}
18
 
QMAKE_EXTRA_TARGETS += check