https://gitlab.com/tezos/tezos
Raw File
Tip revision: 563385a9dcd3894eda45b4a7e12674e752f9bffa authored by Rodi-Can Bozman on 19 December 2023, 15:11:37 UTC
EVM/Tezt: add missing [uses] param when registering tests
Tip revision: 563385a
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name tztop_main)
 (public_name tztop)
 (package internal-devtools)
 (modes byte)
 (libraries
  octez-protocol-compiler
  octez-libs.base
  compiler-libs.toplevel
  (select tztop.ml from (utop -> tztop.utop.ml) (-> tztop.vanilla.ml))))
back to top