# configure the test runner generator to properly set up the tests
# - avoid cluttering the syslogs

---
:unity:
 :suite_setup:
   - extern int change_iobufs(int);
   - extern int change_logfile(const char*, int);
   - change_iobufs(1);
   - change_logfile("stderr", 0);