swh:1:snp:505c374fd75bb208ae4e9a54e64bb310bc49295e
Raw File
Tip revision: 6916bc9d52fe43a8bd3a0062acec0c21cdd61d21 authored by Nikolay Yakimov on 27 October 2023, 15:17:45 UTC
MIR: rewrite macro handling
Tip revision: 6916bc9
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(library
 (name tezos_test_helpers)
 (public_name octez-libs.test-helpers)
 (instrumentation (backend bisect_ppx))
 (libraries
  uri
  fmt
  qcheck-alcotest
  lwt
  pure-splitmix
  data-encoding)
 (js_of_ocaml)
 (library_flags (:standard -linkall)))

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