blob: 6140daaf9c7879d3bf87d59fdb6b9b5857532a8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# configure the test runner generator to properly set up the tests
# - avoid cluttering the syslogs
---
:unity:
:suite_setup:
- extern int change_logfile(const char*, int);
- change_logfile("stderr", 0);
|