OVMS3-idf/tools/unit-test-app/main/app_main.c

7 lines
62 B
C
Raw Normal View History

#include "test_utils.h"
void app_main()
{
test_main();
}