mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add ChiakiReorderQueue
This commit is contained in:
parent
b3f71fc5ab
commit
632cf6cf91
6 changed files with 490 additions and 3 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <munit.h>
|
||||
|
||||
extern MunitTest tests_seq_num[];
|
||||
extern MunitTest tests_reorder_queue[];
|
||||
extern MunitTest tests_http[];
|
||||
extern MunitTest tests_rpcrypt[];
|
||||
extern MunitTest tests_gkcrypt[];
|
||||
|
@ -31,6 +32,13 @@ static MunitSuite suites[] = {
|
|||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{
|
||||
"/reorder_queue",
|
||||
tests_reorder_queue,
|
||||
NULL,
|
||||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{
|
||||
"/http",
|
||||
tests_http,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue