bind9/lib
Ondřej Surý 6713c6703e Fix spurious lib/dns/tests/update_test errors on macOS
lib/dns/tests/update_test was failing on macOS on random occasions.  It
turned out this was a linker problem - it preferred isc_stdtime_get()
from libisc instead of the local version in lib/dns/tests/update_test.c.

Fix by including the original .c file in the unit test.  This has two
benefits:

 a) linking order may no longer cause issues as symbols found in the
    same compilation unit are always preferred,

 b) it allows writing tests for static functions in lib/dns/update.c.
2019-06-19 13:31:43 +02:00
..
bind9 allocate memory for symtab keys 2019-06-10 18:39:53 -07:00
dns Fix spurious lib/dns/tests/update_test errors on macOS 2019-06-19 13:31:43 +02:00
irs "dnssec-keys" is now a synonym for "managed-keys" 2019-06-05 07:49:57 -07:00
isc Address GCC 9.1 -O3 compilation warnings 2019-06-11 10:18:23 +02:00
isccc Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
isccfg fail if using both dnssec-keys and managed-keys in the same config 2019-06-05 07:49:57 -07:00
ns Make sure that recursclient gauge is calculated correctly. 2019-06-13 13:35:44 +10:00
samples Cleanup the way we detect json-c library to use only pkg-config 2019-05-29 15:08:52 +02:00
win32/bindevt Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00