mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-ml/ocaml-tsort: impl testing
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
This commit is contained in:
@@ -13,7 +13,9 @@ SRC_URI="https://github.com/dmbaturin/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.
|
|||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64"
|
KEYWORDS="~amd64"
|
||||||
IUSE="+ocamlopt"
|
IUSE="+ocamlopt test"
|
||||||
|
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
DOCS=( README.md CHANGES.md )
|
DOCS=( README.md CHANGES.md )
|
||||||
|
|
||||||
@@ -21,4 +23,8 @@ RDEPEND="
|
|||||||
>=dev-ml/dune-1.9
|
>=dev-ml/dune-1.9
|
||||||
>=dev-lang/ocaml-4.3:=[ocamlopt?]
|
>=dev-lang/ocaml-4.3:=[ocamlopt?]
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}
|
||||||
|
test? (
|
||||||
|
dev-ml/alcotest:=[ocamlopt?]
|
||||||
|
)
|
||||||
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user