mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 00:02:54 -04:00
Merge branch 'fix-test-linkages' into 'master'
Fix test linkages See merge request isc-projects/bind9!1027
This commit is contained in:
commit
b2dbe37538
4 changed files with 6 additions and 1 deletions
|
|
@ -4,5 +4,6 @@ test_suite('bind9')
|
|||
include('dns/Kyuafile')
|
||||
include('irs/Kyuafile')
|
||||
include('isc/Kyuafile')
|
||||
include('isccc/Kyuafile')
|
||||
include('isccfg/Kyuafile')
|
||||
include('ns/Kyuafile')
|
||||
|
|
|
|||
|
|
@ -18,7 +18,6 @@ tp: pool_test
|
|||
tp: queue_test
|
||||
tp: radix_test
|
||||
tp: regex_test
|
||||
tp: result_test
|
||||
tp: safe_test
|
||||
tp: sockaddr_test
|
||||
tp: socket_test
|
||||
|
|
|
|||
4
lib/isccc/Kyuafile
Normal file
4
lib/isccc/Kyuafile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
syntax(2)
|
||||
test_suite('bind9')
|
||||
|
||||
include('tests/Kyuafile')
|
||||
|
|
@ -2420,6 +2420,7 @@
|
|||
./lib/isc/win32/version.c C 1998,1999,2000,2001,2004,2007,2016,2018
|
||||
./lib/isc/win32/win32os.c C 2002,2004,2007,2013,2014,2015,2016,2018
|
||||
./lib/isc/xoshiro128starstar.c C.PORTION 2018
|
||||
./lib/isccc/Kyuafile X 2018
|
||||
./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015,2016,2018
|
||||
./lib/isccc/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
|
||||
./lib/isccc/base64.c C.NOM 2001,2004,2005,2007,2013,2016,2018
|
||||
|
|
|
|||
Loading…
Reference in a new issue