OVMS3-idf/tools/unit-test-app/components/unity
Ivan Grokhotkov c61c2a63d0 unity: flush test name before starting the test, use printf everywhere
Unit test runner expects to see the test name echoed after test
selection is made. If the unit test immediately goes into sleep mode,
UART output will not be complete, and test runner will not see the
test name. This flushes the stream buffer and waits for UART FIFO to
be empty before starting the test.

Additionally some parts of code used unity_printf and some used
printf. Since unity_printf was only useful during very early tests
when newlib was not available, replace all its usages with printf.
2018-04-26 18:52:45 +08:00
..
include unit-test-app: support multi stages test 2018-03-30 11:38:49 +08:00
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
license.txt add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
ref_clock.c unit tests: fix ref_clock value obtained due to overflow 2017-10-18 14:19:15 +08:00
test_utils.c unit-test-app: support multiple devices test cases: 2017-12-07 13:57:26 +08:00
unity.c test: update the format of TEST_ASSERT macro series in `unity.c` 2017-09-27 19:56:46 +08:00
unity_platform.c unity: flush test name before starting the test, use printf everywhere 2018-04-26 18:52:45 +08:00