swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 047866e7668cbc9ba7aa5893c5c670de2abf7eac authored by Jules Viennot on 29 June 2022, 13:12:56 UTC
Proto: allow to pay to increase the contract storage
Tip revision: 047866e
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
  tezos-shell-services)
 (modules assert_lib))

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