Skip to content

Commit

Permalink
remove bisect from dune
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesm committed Jun 28, 2019
1 parent 1bdc0f6 commit 428d19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/dune
Expand Up @@ -5,5 +5,5 @@
public_key private_key crl distinguished_name algorithm
extension pem signing_request general_name)
(flags (:standard -safe-string))
(libraries asn1-combinators rresult fmt ptime cstruct nocrypto astring gmap domain-name)
(preprocess (pps bisect_ppx)))
(libraries asn1-combinators rresult fmt ptime cstruct nocrypto astring gmap
domain-name))
3 changes: 1 addition & 2 deletions tests/dune
@@ -1,5 +1,4 @@
(test
(name tests)
(deps (source_tree regression) (source_tree testcertificates) (source_tree crl))
(libraries x509 alcotest cstruct-unix ptime.clock.os nocrypto.unix)
(preprocess (pps bisect_ppx)))
(libraries x509 alcotest cstruct-unix ptime.clock.os nocrypto.unix))

0 comments on commit 428d19d

Please sign in to comment.