From b9cb4c94fa2d755fe6a44220100d64f69d40860b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Sat, 9 Nov 2019 14:01:25 +0100 Subject: [PATCH] Directly embed ../timer.c in timer_test.c for better assertion testing --- lib/isc/tests/timer_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c index e6da158fcf..eaa1278aaf 100644 --- a/lib/isc/tests/timer_test.c +++ b/lib/isc/tests/timer_test.c @@ -36,6 +36,8 @@ #include "isctest.h" +#include "../timer.c" + /* Set to true (or use -v option) for verbose output */ static bool verbose = false;