dev-ml/bigstringaf: tests

Closes: https://bugs.gentoo.org/836824
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-05 20:46:47 +02:00
parent dc5b510338
commit 144c4b6ba2

View File

@@ -12,9 +12,12 @@ SRC_URI="https://github.com/inhabitedtype/bigstringaf/archive/${PV}.tar.gz -> ${
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64"
IUSE="ocamlopt"
IUSE="ocamlopt test"
RDEPEND="dev-ml/bigarray-compat"
DEPEND="
dev-ml/bigarray-compat
${RDEPEND}
test? ( dev-ml/alcotest )
"
RDEPEND="${DEPEND}"
RESTRICT="!test? ( test )"