From 1a1b2684211d6f79f6f1392cb6d92c9a593a5d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20St=C3=BCrz?= Date: Mon, 29 Jan 2024 09:55:41 +0100 Subject: [PATCH] Update install directory for tests --- debian/nymea-tests.install.in | 2 +- tests/auto/autotests.pri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/nymea-tests.install.in b/debian/nymea-tests.install.in index d87f0046..31dc7f1e 100644 --- a/debian/nymea-tests.install.in +++ b/debian/nymea-tests.install.in @@ -1 +1 @@ -usr/bin/nymeatest* +/usr/share/tests/nymea/* diff --git a/tests/auto/autotests.pri b/tests/auto/autotests.pri index 8e32e8bb..5cd4deac 100644 --- a/tests/auto/autotests.pri +++ b/tests/auto/autotests.pri @@ -20,7 +20,7 @@ LIBS += -L$$top_builddir/libnymea/ -lnymea \ -L$$top_builddir/plugins/mock/ \ -lssl -lcrypto -lnymea-remoteproxyclient -target.path = $$[QT_INSTALL_PREFIX]/bin +target.path = $$[QT_INSTALL_PREFIX]/share/tests/nymea/ INSTALLS += target test.commands = LD_LIBRARY_PATH=../../../libnymea:../../../libnymea-core/:../../testlib/ make check TESTRUNNER=\"dbus-test-runner --bus-type=both --task\"