Missing dependency: alcotest

This commit is contained in:
Georges Dupéron 2019-04-23 14:28:06 +02:00
parent 4dc231956f
commit ff4804269f

View File

@ -1,3 +1,4 @@
name: "ligo"
opam-version: "2.0" opam-version: "2.0"
version: "1.0" version: "1.0"
maintainer: "gabriel.alfour@gmail.com" maintainer: "gabriel.alfour@gmail.com"
@ -15,9 +16,11 @@ depends: [
"tezos-utils" "tezos-utils"
"getopt" "getopt"
"yojson" "yojson"
"alcotest" { test }
] ]
build: [ build: [
[ "dune" "build" "-p" name "-j" jobs ] [ "dune" "build" "-p" name "-j" jobs ]
# needed in the repository, but must not be present in the local ligo.opam [ "mv" "src/ligo/ligo.install" "." ]
] ]
url { url {