https://gitlab.com/tezos/tezos
Raw File
Tip revision: ae224695b138c526b4d2c84cc9ff541b5cb73ad3 authored by Alain Mebsout on 08 March 2023, 13:50:59 UTC
SCORU/Node: handle injection errors more finely
Tip revision: ae22469
dune
; This file was automatically generated, do not edit.
; Edit file manifest/main.ml instead.

(executable
 (name main)
 (libraries
  tezos-stdlib
  tezos-stdlib-unix
  tezos-base
  tezos-test-helpers
  tezos-base-test-helpers
  tezos_dac_node_lib
  alcotest-lwt)
 (link_flags
  (:standard)
  (:include %{workspace_root}/macos-link-flags.sexp))
 (flags
  (:standard)
  -open Tezos_stdlib
  -open Tezos_stdlib_unix
  -open Tezos_base
  -open Tezos_base.TzPervasives
  -open Tezos_test_helpers
  -open Tezos_base_test_helpers
  -open Tezos_dac_node_lib))

(rule
 (alias runtest)
 (package tezos-dac-node-lib-test)
 (action (run %{dep:./main.exe})))
back to top