mirror of https://github.com/nymea/nymea.git
21 lines
574 B
Prolog
21 lines
574 B
Prolog
include(../../guh.pri)
|
|
|
|
TARGET = guhtests
|
|
QT += testlib network
|
|
CONFIG += testcase c++11
|
|
DEFINES += TESTING_ENABLED
|
|
DEFINES += TESTS_SOURCE_DIR=\\\"$$top_srcdir/tests/auto/\\\"
|
|
|
|
INCLUDEPATH += $$top_srcdir/server/ $$top_srcdir/server/jsonrpc $$top_srcdir/libguh $$top_srcdir/tests/auto/
|
|
LIBS += -L$$top_builddir/libguh/ -lguh
|
|
QMAKE_LFLAGS += -Wl,--rpath=$$top_builddir/libguh
|
|
|
|
include($$top_srcdir/server/server.pri)
|
|
|
|
SOURCES += testjsonrpc.cpp \
|
|
mocktcpserver.cpp
|
|
|
|
HEADERS += mocktcpserver.h
|
|
|
|
LIBS += -L$$top_builddir/plugins/deviceplugins/mock/ -lguh_devicepluginmock
|