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:
Conrad Kostecki
2024-12-23 21:05:55 +01:00
parent 986b69751f
commit 3ede28a2e9

View File

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