1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-27 01:55:22 +03:00

Merge pull request #33535 from neighbourhoodie/tests/dns-cache

Tests for DnsCache functions
This commit is contained in:
Luca Boccassi 2024-07-23 19:01:23 +01:00 committed by GitHub
commit 8da8d6ce30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1264 additions and 0 deletions

View File

@ -165,6 +165,12 @@ executables += [
resolve_test_template + {
'sources' : files('test-dns-answer.c'),
},
resolve_test_template + {
'sources' : files(
'test-dns-cache.c',
'resolved-dns-cache.c'
),
},
resolve_test_template + {
'sources' : files('test-dns-packet.c'),
},

1258
src/resolve/test-dns-cache.c Normal file

File diff suppressed because it is too large Load Diff