kafkaaaa
Results
3
comments of
kafkaaaa
@TechLeadYoda Use `fflush(stdout)` ``` void test_myFunc1(void) { fflush(stdout); ... ... } ```
what about `ceedling clobber`
I use ``` sudo valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --log-file=memcheck.txt -v --error-limit=no ./build/test/out/test_XXX.out ```