mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-19 21:13:12 -07:00
Add SeqNum
This commit is contained in:
parent
76a3d67f5e
commit
d9cb444ec6
5 changed files with 132 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue