dev-ml/jingoo: convert to dev-ml/ounit2 for tests

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-03-13 11:50:25 +00:00
parent 0590ba9501
commit 689b52fdb8

View File

@@ -22,4 +22,11 @@ RDEPEND="dev-ml/ppx_deriving:=
dev-ml/re:=
dev-ml/menhir:="
DEPEND="${RDEPEND}
test? ( dev-ml/ounit )"
test? ( dev-ml/ounit2 )"
src_prepare() {
default
# Port to dev-ml/ounit2
sed -i -e 's/oUnit/ounit2/' tests/dune.in || die
}