Skip to content

Commit

Permalink
Test dispatch only on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboris committed Sep 9, 2024
1 parent a4964ed commit 14e818a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test-dispatch/dune
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
(test
(name test_dispatch)
(package camlkit-base)
(build_if (= %{context_name} "default"))
(build_if (and
(= %{system} macosx)
(= %{context_name} "default")))
(libraries
camlkit-base.runtime
camlkit-base.dispatch
Expand Down

0 comments on commit 14e818a

Please sign in to comment.