Video is working!

This commit is contained in:
Florian Märkl 2019-06-10 17:59:58 +02:00
commit 6846d61fa2
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
6 changed files with 93 additions and 8 deletions

View file

@ -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 }
};