Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
strub committed Oct 9, 2024
1 parent f1a8456 commit 7883d93
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2,172 deletions.
203 changes: 0 additions & 203 deletions libs/lospecs/bitdep.ml

This file was deleted.

125 changes: 0 additions & 125 deletions libs/lospecs/bitdep_test.ml

This file was deleted.

18 changes: 1 addition & 17 deletions libs/lospecs/dune
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
(public_name easycrypt.lospecs)
(flags
(:standard -open Batteries))
(modules :standard config \ lospecs_test circuit_test bitdep_test eval_test)
(modules :standard config \ lospecs_test circuit_test)
(preprocess
(pps ppx_deriving_yojson))
(foreign_stubs
Expand All @@ -32,22 +32,6 @@
(promote (until-clean))
(libraries batteries hex iter lospecs progress))

(executable
(name eval_test)
(flags
(:standard -open Batteries))
(modules eval_test)
(promote (until-clean))
(libraries batteries hex iter lospecs progress))

(executable
(name bitdep_test)
(flags
(:standard -open Batteries))
(modules bitdep_test)
(promote (until-clean))
(libraries batteries hex iter lospecs progress))

(ocamllex lexer)

(menhir
Expand Down
Loading

0 comments on commit 7883d93

Please sign in to comment.