]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Directly embed ../timer.c in timer_test.c for better assertion testing
authorOndřej Surý <ondrej@sury.org>
Sat, 9 Nov 2019 13:01:25 +0000 (14:01 +0100)
committerOndřej Surý <ondrej@sury.org>
Wed, 13 Nov 2019 13:47:47 +0000 (14:47 +0100)
lib/isc/tests/timer_test.c

index e6da158fcfc9f180390109a51e0690a68700520c..eaa1278aaf07feb38c0d23509cd02e54722fc541 100644 (file)
@@ -36,6 +36,8 @@
 
 #include "isctest.h"
 
+#include "../timer.c"
+
 /* Set to true (or use -v option) for verbose output */
 static bool verbose = false;