// 10 april 2019
#include "test.h"

void timeoutMain(void *data)
{
	uiMain();
}

int main(void)
{
	return testingMain();
}