swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 7749b052be2665df62740a48dc523373387eb0f2 authored by Thomas Letan on 19 April 2022, 18:07:28 UTC
Proto,tx_rollup: Consider the size of the message in the rejection
Tip revision: 7749b05
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