Skip to content

Commit

Permalink
Disable 29-svcomp/36-svcomp-arch cram test on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Oct 2, 2024
1 parent c341c1c commit 6d04b1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/regression/29-svcomp/dune
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@

(cram
(deps (glob_files *.c)))

(cram
(applies_to 36-svcomp-arch)
(enabled_if (<> %{system} macosx))) ; https://dune.readthedocs.io/en/stable/reference/boolean-language.html

0 comments on commit 6d04b1a

Please sign in to comment.