Skip to content

Commit

Permalink
Remove optimize test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jun 3, 2024
1 parent 8a07ae2 commit 9478d0e
Show file tree
Hide file tree
Showing 22 changed files with 51 additions and 16,691 deletions.
16,732 changes: 50 additions & 16,682 deletions tests/dune.inc

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 1 addition & 9 deletions tools/gentest.ml
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,6 @@ end = struct
}
| "fpa" ->
{acc with filters = Some ["fpa"]}
| "optimize" -> {
acc with
exclude = "legacy" :: acc.exclude;
filters = Some ["optimize"]
}
| _ -> acc
)
Test.base_params
Expand Down Expand Up @@ -395,10 +390,7 @@ let () =
[ "--output=smtlib2"
; "--frontend dolmen"
; "--sat-solver CDCL"
; "--no-minimal-bj" ])
; ("runtest", "optimize",
[ "--output=smtlib2"
; "--frontend dolmen" ])]
; "--no-minimal-bj" ])]
in
let cmds = List.map (fun (group, name, args) ->
let args = shared @ args in
Expand Down

0 comments on commit 9478d0e

Please sign in to comment.