mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-01-15 11:05:18 +00:00
18 lines
159 B
C
18 lines
159 B
C
|
#include "unity.h"
|
||
|
#include "unity_fixture.h"
|
||
|
|
||
|
TEST_GROUP(QuicTest);
|
||
|
|
||
|
TEST_SETUP(QuicTest)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
TEST_TEAR_DOWN(QuicTest)
|
||
|
{
|
||
|
}
|
||
|
|
||
|
|
||
|
TEST_GROUP_RUNNER(QuicTest)
|
||
|
{
|
||
|
}
|