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