fix mocktcpserver
This commit is contained in:
parent
6a45a1c832
commit
7eb0cc1963
@ -3,6 +3,7 @@ CONFIG += testcase c++11
|
|||||||
|
|
||||||
include($$top_srcdir/server/server.pri)
|
include($$top_srcdir/server/server.pri)
|
||||||
|
|
||||||
|
DEFINES += TESTING_ENABLED
|
||||||
INCLUDEPATH += $$top_srcdir/server/ $$top_srcdir/server/jsonrpc $$top_srcdir/libguh $$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 -L$$top_builddir/plugins/deviceplugins/mock/ -lguh_devicepluginmock
|
LIBS += -L$$top_builddir/libguh/ -lguh -L$$top_builddir/plugins/deviceplugins/mock/ -lguh_devicepluginmock
|
||||||
QMAKE_LFLAGS += -Wl,--rpath=$$top_builddir/libguh
|
QMAKE_LFLAGS += -Wl,--rpath=$$top_builddir/libguh
|
||||||
|
|||||||
@ -3,7 +3,6 @@ TARGET = versioning
|
|||||||
include(../../../guh.pri)
|
include(../../../guh.pri)
|
||||||
include(../autotests.pri)
|
include(../autotests.pri)
|
||||||
|
|
||||||
DEFINES += TESTING_ENABLED
|
|
||||||
DEFINES += TESTS_SOURCE_DIR=\\\"$$top_srcdir/tests/auto/\\\"
|
DEFINES += TESTS_SOURCE_DIR=\\\"$$top_srcdir/tests/auto/\\\"
|
||||||
|
|
||||||
SOURCES += testversioning.cpp
|
SOURCES += testversioning.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user