]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: add more string-table tests in test-resolve-tables
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:26:14 +0000 (01:26 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 23 Jul 2018 16:26:14 +0000 (01:26 +0900)
src/resolve/test-resolve-tables.c

index 842d42b3110e9e7fa84b84a174c674848c200a0a..2230a66ef5e21397adda728afe8ef125e9bfd4f6 100644 (file)
@@ -1,11 +1,18 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
 
 #include "dns-type.h"
+#include "resolved-dns-dnssec.h"
+#include "resolved-dns-packet.h"
 #include "test-tables.h"
 
 int main(int argc, char **argv) {
         uint16_t i;
 
+        test_table(dns_protocol, DNS_PROTOCOL);
+        test_table(dnssec_result, DNSSEC_RESULT);
+        test_table(dnssec_verdict, DNSSEC_VERDICT);
+
+        test_table_sparse(dns_rcode, DNS_RCODE);
         test_table_sparse(dns_type, DNS_TYPE);
 
         log_info("/* DNS_TYPE */");