mirror of https://github.com/nymea/nymea.git
Provide mock plugin with the test library, not with the tests.
parent
b4e396fae9
commit
219bb4c620
|
|
@ -105,6 +105,7 @@ Depends: ${shlibs:Depends},
|
|||
libnymea-core (= ${binary:Version})
|
||||
Description: nymea-tests library - library
|
||||
Shared resources for nymea-tests.
|
||||
This package provides also the mock plugin for the tests.
|
||||
|
||||
|
||||
Package: libnymea-tests-dev
|
||||
|
|
@ -128,8 +129,8 @@ Depends: nymea (= ${binary:Version}),
|
|||
${shlibs:Depends},
|
||||
${misc:Depends},
|
||||
libnymea-tests (= ${binary:Version})
|
||||
Description: nymea automated tests and mock plugin - tests
|
||||
Automated tests and mock plugin for the nymea daemon.
|
||||
Description: nymea automated tests - tests
|
||||
Automated tests for the nymea daemon.
|
||||
|
||||
|
||||
Package: libnymea1
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0.0
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
usr/bin/nymeatest*
|
||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so
|
||||
|
|
|
|||
Loading…
Reference in New Issue