swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: fe9f21a263ffff532306352c77937d6dc7a8653e authored by Nicolas Ayache on 28 September 2022, 12:05:32 UTC
Proto: refactor keys_unaccounted.
Tip revision: fe9f21a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name lib_test)
 (public_name tezos-test-helpers)
 (instrumentation (backend bisect_ppx))
 (libraries
  uri
  fmt
  qcheck-alcotest
  alcotest
  lwt
  pure-splitmix
  data-encoding)
 (js_of_ocaml)
 (library_flags (:standard -linkall))
 (modules
  assert
  lwt_assert
  qcheck2_helpers
  qcheck_extra
  qcheck_helpers
  random_pure
  roundtrip
  testable))

(rule (alias runtest_js) (action progn))

(library
 (name lib_test_extra)
 (public_name tezos-test-helpers-extra)
 (instrumentation (backend bisect_ppx))
 (libraries
  tezos-base
  tezos-crypto
  tezos-test-helpers)
 (modules assert_lib))

(rule (alias runtest_js_base) (action progn))
back to top