From f58f0f3868cc9f12106a9aca135878e50f4fdbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 29 Jan 2024 10:03:17 +0100 Subject: [PATCH] Update install directory for tests --- debian/nymea-remoteproxy-tests.install | 2 +- tests/test-tunnelproxy/test-tunnelproxy.pro | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/nymea-remoteproxy-tests.install b/debian/nymea-remoteproxy-tests.install index 2ecea73..971aab3 100644 --- a/debian/nymea-remoteproxy-tests.install +++ b/debian/nymea-remoteproxy-tests.install @@ -1 +1 @@ -usr/bin/nymea-remoteproxy-tunnelproxy-tests +/usr/share/tests/nymea-remoteproxy/* diff --git a/tests/test-tunnelproxy/test-tunnelproxy.pro b/tests/test-tunnelproxy/test-tunnelproxy.pro index aa34de2..c51ba59 100644 --- a/tests/test-tunnelproxy/test-tunnelproxy.pro +++ b/tests/test-tunnelproxy/test-tunnelproxy.pro @@ -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