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(),