Parallelize the ext tests
This commit is contained in:
parent
c26aeee413
commit
5d245797d2
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user