lib, test: Add test case for ALL_NEXTHOPS_RO

Without it, tests were passing before commit 9fb47c0, so a case was
missing (the one which that commit fixes).

Signed-off-by: ßingen <bingen@voltanet.io>
This commit is contained in:
ßingen 2017-07-13 15:07:12 +02:00
parent e3054ee94f
commit 97ba3968a0

View File

@ -276,6 +276,9 @@ test_run_first(void)
nexthop_chain_add_recursive(nc);
nexthop_chain_verify_iter(nc);
nexthop_chain_add_top(nc);
nexthop_chain_verify_iter(nc);
nexthop_chain_free(nc);
}