Parallelize the ext tests

This commit is contained in:
Jesper Louis Andersen 2020-02-05 13:15:54 +01:00
parent c26aeee413
commit 5d245797d2

View File

@ -1,7 +1,8 @@
-module(enacl_ext_eqc). -module(enacl_ext_eqc).
-include_lib("eqc/include/eqc.hrl"). -include_lib("eqc/include/eqc.hrl").
-compile(export_all). -compile({parse_transform, eqc_parallelize}).
-compile([export_all, nowarn_export_all]).
public_keypair() -> public_keypair() ->
?LET(#{ public := PK, secret := SK}, enacl_ext:curve25519_keypair(), ?LET(#{ public := PK, secret := SK}, enacl_ext:curve25519_keypair(),