mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-libs/libmodbus: restrict tests
Running those tests with client server are meant to be run manually and are not made for automated running. Closes: https://bugs.gentoo.org/941994 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -13,7 +13,9 @@ LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm ~arm64 ~ppc ppc64 ~riscv x86"
|
||||
IUSE="static-libs test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
# Tests are for manual testing
|
||||
RESTRICT="test"
|
||||
|
||||
PATCHES=( "${FILESDIR}/${PN}-3.1.11-cflags.patch" )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user