Start ECDH test

This commit is contained in:
Florian Märkl 2018-11-26 16:44:48 +01:00
commit eaf88afd2d
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 113 additions and 1 deletions

View file

@ -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 }
};