From: Ondřej Surý Date: Sat, 9 Nov 2019 13:01:25 +0000 (+0100) Subject: Directly embed ../timer.c in timer_test.c for better assertion testing X-Git-Tag: v9.15.6~11^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9cb4c94fa2d755fe6a44220100d64f69d40860b;p=thirdparty%2Fbind9.git Directly embed ../timer.c in timer_test.c for better assertion testing --- diff --git a/lib/isc/tests/timer_test.c b/lib/isc/tests/timer_test.c index e6da158fcfc..eaa1278aaf0 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;