Missing dependency: alcotest
This commit is contained in:
parent
4dc231956f
commit
ff4804269f
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user