do not run some tests on mac OS

This commit is contained in:
Simon Cruanes 2024-04-02 11:26:36 -04:00
parent 8e240357b5
commit ef6811e062
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -12,7 +12,9 @@
(action (action
(run %{project_root}/src/cpp/cpp.exe %{input-file}))) (run %{project_root}/src/cpp/cpp.exe %{input-file})))
(enabled_if (enabled_if
(>= %{ocaml_version} 5.0)) (and
(= %{system} "linux")
(>= %{ocaml_version} 5.0)))
(package moonpool) (package moonpool)
(libraries (libraries
moonpool moonpool