Opam: add missing test dependencies for tezos-protocol-alpha

This commit is contained in:
Grégoire Henry 2018-06-05 14:17:24 +02:00
parent 95a56753df
commit 6b12ab9473

View File

@ -12,7 +12,9 @@ depends: [
"tezos-base"
"tezos-protocol-compiler"
"alcotest-lwt" { test }
"tezos-stdlib-unix" { test }
"tezos-protocol-environment" { test }
"bip39" { test }
]
build: [
[ "rm" "jbuild" "src/jbuild" ]