diff options
Diffstat (limited to 'tests/libntp/testconf.yml')
-rw-r--r-- | tests/libntp/testconf.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/libntp/testconf.yml b/tests/libntp/testconf.yml new file mode 100644 index 000000000000..6140daaf9c78 --- /dev/null +++ b/tests/libntp/testconf.yml @@ -0,0 +1,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); + |