This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/tests/auto/autotests.pri
2019-04-01 20:48:17 +02:00

18 lines
466 B
Plaintext

QT += testlib network sql
CONFIG += testcase
include($$top_srcdir/server/server.pri)
DEFINES += TESTING_ENABLED
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/
SOURCES += ../guhtestbase.cpp \
../mocktcpserver.cpp \
HEADERS += ../guhtestbase.h \
../mocktcpserver.h
target.path = /usr/tests
INSTALLS += target