Add SeqNum

This commit is contained in:
Florian Märkl 2019-06-12 13:44:51 +02:00
commit d9cb444ec6
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
5 changed files with 132 additions and 2 deletions

View file

@ -17,12 +17,20 @@
#include <munit.h>
extern MunitTest tests_seq_num[];
extern MunitTest tests_http[];
extern MunitTest tests_rpcrypt[];
extern MunitTest tests_gkcrypt[];
extern MunitTest tests_takion[];
static MunitSuite suites[] = {
{
"/seq_num",
tests_seq_num,
NULL,
1,
MUNIT_SUITE_OPTION_NONE
},
{
"/http",
tests_http,