Update install directory for tests

update-tests-location
Simon Stürz 2024-01-29 10:03:17 +01:00
parent ec9e32cae0
commit f58f0f3868
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
usr/bin/nymea-remoteproxy-tunnelproxy-tests
/usr/share/tests/nymea-remoteproxy/*

View File

@ -4,11 +4,11 @@ include(../testbase/testbase.pri)
CONFIG += testcase
QT += testlib
TARGET = nymea-remoteproxy-tunnelproxy-tests
TARGET = tunnelproxy
HEADERS += remoteproxyteststunnelproxy.h
SOURCES += remoteproxyteststunnelproxy.cpp
target.path = $$[QT_INSTALL_PREFIX]/bin
target.path = $$[QT_INSTALL_PREFIX]/share/tests/nymea-remoteproxy/
INSTALLS += target