9 lines
113 B
C
9 lines
113 B
C
#include "test.h"
|
|
|
|
int main() {
|
|
LOG(LL_INFO, ("test_widget"));
|
|
test_widget();
|
|
test_screen();
|
|
return 0;
|
|
}
|