aboutsummaryrefslogtreecommitdiff
path: root/contrib/ntp/sntp/tests/testconf.yml
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/sntp/tests/testconf.yml')
-rw-r--r--contrib/ntp/sntp/tests/testconf.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/ntp/sntp/tests/testconf.yml b/contrib/ntp/sntp/tests/testconf.yml
new file mode 100644
index 000000000000..6140daaf9c78
--- /dev/null
+++ b/contrib/ntp/sntp/tests/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);
+