Merge PR #666: Update install directory for tests

pull/671/head
jenkins 2024-01-29 12:22:28 +01:00
commit 17189a6582
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\"