mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Start ECDH test
This commit is contained in:
parent
6eba5af333
commit
eaf88afd2d
5 changed files with 113 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
|||
|
||||
extern MunitTest tests_http[];
|
||||
extern MunitTest tests_rpcrypt[];
|
||||
extern MunitTest tests_gkcrypt[];
|
||||
|
||||
static MunitSuite suites[] = {
|
||||
{
|
||||
|
@ -35,6 +36,13 @@ static MunitSuite suites[] = {
|
|||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{
|
||||
"/gkcrypt",
|
||||
tests_gkcrypt,
|
||||
NULL,
|
||||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{ NULL, NULL, NULL, 0, MUNIT_SUITE_OPTION_NONE }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue