mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -07:00
Implement bright_ambassador
This commit is contained in:
parent
35c320d53d
commit
1162b26759
7 changed files with 155 additions and 4 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <munit.h>
|
||||
|
||||
extern MunitTest tests_http[];
|
||||
extern MunitTest tests_rpcrypt[];
|
||||
|
||||
static MunitSuite suites[] = {
|
||||
{
|
||||
|
@ -27,6 +28,13 @@ static MunitSuite suites[] = {
|
|||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{
|
||||
"/rpcrypt",
|
||||
tests_rpcrypt,
|
||||
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