dev-ml/ocaml-process: fix test

Closes: https://bugs.gentoo.org/890174
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone 2023-01-21 21:54:46 +01:00
parent 1653e5d34a
commit 7c72668b78
No known key found for this signature in database
GPG Key ID: FBE5925C5B02CE58

View File

@ -28,7 +28,7 @@ src_compile() {
}
src_test() {
emake -j1 TARGETS=${exts} test
emake -j1 TARGETS="${exts}" test
}
src_install() {