~michael-sheldon/ubuntu-keyboard/fix-oxide-dismiss-test

« back to all changes in this revision

Viewing changes to tests/unittests/ut_word-candidates/ut_word-candidates.pro

  • Committer: Guenter Schwann
  • Date: 2013-10-24 10:17:12 UTC
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: guenter.schwann@canonical.com-20131024101712-82euciqg8delaxie
Reorganize tests let "make check" pass

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include(../../src/config.pri)
 
1
TOP_BUILDDIR = $${OUT_PWD}/../../..
 
2
TOP_SRCDIR = ../../..
 
3
 
 
4
include($${TOP_SRCDIR}/config.pri)
2
5
include(../common-check.pri)
3
 
include(../../src/config-plugin.pri)
4
6
 
5
 
TOP_BUILDDIR = $${OUT_PWD}/../..
6
 
TARGET = word-candidates
7
 
TEMPLATE = app
 
7
CONFIG += testcase
 
8
TARGET = ut_word-candidates
8
9
QT = core testlib gui
9
10
 
10
 
INCLUDEPATH += ../ ../../src/lib ../../src
11
11
LIBS += \
12
12
    $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_PLUGIN_LIB} \
13
13
    $${TOP_BUILDDIR}/$${UBUNTU_KEYBOARD_VIEW_LIB} \
20
20
 
21
21
SOURCES += \
22
22
    wordengineprobe.cpp \
23
 
    main.cpp \
 
23
    ut_word-candidates.cpp \
24
24
 
25
 
include(../../src/word-prediction.pri)
 
25
include(../../../src/word-prediction.pri)
26
26
 
27
27
target.path = $$INSTALL_BIN
28
28
INSTALLS += target