libui/test/main.c

8 lines
81 B
C

// 10 april 2019
#include "testing.h"
int main(void)
{
return testingMain();
}