mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 10:46:51 -07:00
Video is working!
This commit is contained in:
parent
8876b591bc
commit
6846d61fa2
6 changed files with 93 additions and 8 deletions
|
@ -20,6 +20,7 @@
|
|||
extern MunitTest tests_http[];
|
||||
extern MunitTest tests_rpcrypt[];
|
||||
extern MunitTest tests_gkcrypt[];
|
||||
extern MunitTest tests_takion[];
|
||||
|
||||
static MunitSuite suites[] = {
|
||||
{
|
||||
|
@ -43,6 +44,13 @@ static MunitSuite suites[] = {
|
|||
1,
|
||||
MUNIT_SUITE_OPTION_NONE
|
||||
},
|
||||
{
|
||||
"/takion",
|
||||
tests_takion,
|
||||
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