Update install directory for tests

pull/666/head
Simon Stürz 2024-01-29 09:55:41 +01:00
parent a3be47b815
commit 1a1b268421
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
usr/bin/nymeatest*
/usr/share/tests/nymea/*

View File

@ -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\"