Home
last modified time | relevance | path

Searched refs:print_banner (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/examples/system/unit_test/test/main/
Dexample_unit_test_test.c14 static void print_banner(const char* text);
24 print_banner("Executing one test by its name"); in app_main()
29 print_banner("Running tests with [mean] tag"); in app_main()
34 print_banner("Running tests without [fails] tag"); in app_main()
39 print_banner("Running all the registered tests"); in app_main()
44 print_banner("Starting interactive test menu"); in app_main()
51 static void print_banner(const char* text) in print_banner() function