test: add test for radv_prefix_delegation_{from,to}_string()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 1 Nov 2018 18:15:54 +0000 (03:15 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 3 Nov 2018 15:31:46 +0000 (00:31 +0900)
src/network/test-network-tables.c

index 521c5c2..cfcfbee 100644 (file)
@@ -33,6 +33,7 @@ int main(int argc, char **argv) {
         test_table(lldp_mode, LLDP_MODE);
         test_table(netdev_kind, NETDEV_KIND);
         test_table(nl_union_link_info_data, NL_UNION_LINK_INFO_DATA);
+        test_table(radv_prefix_delegation, RADV_PREFIX_DELEGATION);
         test_table(wol, WOL);
 
         test_table_sparse(ipvlan_mode, NETDEV_IPVLAN_MODE);