From 5d245797d2b61a8281e9f11753b5380ab0dfd1ff Mon Sep 17 00:00:00 2001 From: Jesper Louis Andersen Date: Wed, 5 Feb 2020 13:15:54 +0100 Subject: [PATCH] Parallelize the ext tests --- eqc_test/enacl_ext_eqc.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eqc_test/enacl_ext_eqc.erl b/eqc_test/enacl_ext_eqc.erl index 8174f43..8eced40 100644 --- a/eqc_test/enacl_ext_eqc.erl +++ b/eqc_test/enacl_ext_eqc.erl @@ -1,7 +1,8 @@ -module(enacl_ext_eqc). -include_lib("eqc/include/eqc.hrl"). --compile(export_all). +-compile({parse_transform, eqc_parallelize}). +-compile([export_all, nowarn_export_all]). public_keypair() -> ?LET(#{ public := PK, secret := SK}, enacl_ext:curve25519_keypair(),