skip runtest for bytecode-only target

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-parmap?expand=0&rev=41
This commit is contained in:
Olaf Hering 2019-11-07 10:06:19 +00:00 committed by Git OBS Bridge
parent 8fd64277eb
commit f95eaa25b6

View File

@ -66,6 +66,7 @@ dune_release_pkgs='parmap'
%ocaml_create_file_list
%check
test -x "$(type -P ocamlc.opt)" || exit 0
OCAML_DUNE_RUNTEST_ARGS="-j 1"
%ifarch %ix86 %arm
dune_test_tolerate_fail='dune_test_tolerate_fail Array.make'