xref: /netbsd-src/external/bsd/ntp/dist/tests/ntpd/testconf.yml (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
1# configure the test runner generator to properly set up the tests
2# - avoid cluttering the syslogs
3
4---
5:unity:
6  :suite_setup:
7    - extern int change_iobufs(int);
8    - extern int change_logfile(const char*, int);
9    - change_iobufs(1);
10    - change_logfile("stderr", 0);
11
12