Merge PR #579: Provide mock plugin with the test library, not with the tests.
This commit is contained in:
commit
064f567a60
5
debian/control
vendored
5
debian/control
vendored
@ -105,6 +105,7 @@ Depends: ${shlibs:Depends},
|
|||||||
libnymea-core (= ${binary:Version})
|
libnymea-core (= ${binary:Version})
|
||||||
Description: nymea-tests library - library
|
Description: nymea-tests library - library
|
||||||
Shared resources for nymea-tests.
|
Shared resources for nymea-tests.
|
||||||
|
This package provides also the mock plugin for the tests.
|
||||||
|
|
||||||
|
|
||||||
Package: libnymea-tests-dev
|
Package: libnymea-tests-dev
|
||||||
@ -128,8 +129,8 @@ Depends: nymea (= ${binary:Version}),
|
|||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libnymea-tests (= ${binary:Version})
|
libnymea-tests (= ${binary:Version})
|
||||||
Description: nymea automated tests and mock plugin - tests
|
Description: nymea automated tests - tests
|
||||||
Automated tests and mock plugin for the nymea daemon.
|
Automated tests for the nymea daemon.
|
||||||
|
|
||||||
|
|
||||||
Package: libnymea1
|
Package: libnymea1
|
||||||
|
|||||||
1
debian/libnymea-tests.install.in
vendored
1
debian/libnymea-tests.install.in
vendored
@ -1,3 +1,4 @@
|
|||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1
|
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
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0.0
|
usr/lib/@DEB_HOST_MULTIARCH@/libnymea-tests.so.1.0.0
|
||||||
|
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so
|
||||||
|
|||||||
1
debian/nymea-tests.install.in
vendored
1
debian/nymea-tests.install.in
vendored
@ -1,2 +1 @@
|
|||||||
usr/bin/nymeatest*
|
usr/bin/nymeatest*
|
||||||
usr/lib/@DEB_HOST_MULTIARCH@/nymea/plugins/libnymea_integrationpluginmock.so
|
|
||||||
|
|||||||
Reference in New Issue
Block a user