From 995c16d8682c40b761fd0a76018129cb52cbc569 Mon Sep 17 00:00:00 2001 From: Thomas Gazagnaire Date: Fri, 15 Jan 2021 12:28:35 +0100 Subject: [PATCH] Fix compilation of crypto tests on macOS --- src/lib_crypto/test/dune | 1 + src/lib_sapling/test/dune | 1 + 2 files changed, 2 insertions(+) diff --git a/src/lib_crypto/test/dune b/src/lib_crypto/test/dune index aa2707ce80d7..61f3c8cf5899 100644 --- a/src/lib_crypto/test/dune +++ b/src/lib_crypto/test/dune @@ -12,6 +12,7 @@ test_prop_hacl_hash test_deterministic_nonce test_signature) + (modes native) (libraries tezos-stdlib tezos-crypto data-encoding diff --git a/src/lib_sapling/test/dune b/src/lib_sapling/test/dune index 590fbaebe607..ed681f76e76e 100644 --- a/src/lib_sapling/test/dune +++ b/src/lib_sapling/test/dune @@ -5,6 +5,7 @@ test_merkle test_roots test_sapling) + (modes native) (deps vectors.csv vectors-zip32.csv) (libraries tezos-sapling str -- GitLab