app_main.c 62 B

123456
  1. #include "test_utils.h"
  2. void app_main()
  3. {
  4. test_main();
  5. }