From 3d81267945a732753b0dbd0a83a50ab0625b448a Mon Sep 17 00:00:00 2001 From: Ole Troan Date: Tue, 15 Sep 2020 10:53:34 +0200 Subject: vat: add infrastructure to align vnet test code and plugin test code Split vat/api_format.c also for VNET features. Use auto-generated VAT test code and support dynamic message ID allocation as for plugins. The arp and geneve features as Guinea pigs. Type: improvement Signed-off-by: Ole Troan Change-Id: I461591496766bdf10c5f950fd30f1a0ae05909da Signed-off-by: Ole Troan --- src/vat/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vat/CMakeLists.txt') diff --git a/src/vat/CMakeLists.txt b/src/vat/CMakeLists.txt index 9d37b7ba83e..ed14e846625 100644 --- a/src/vat/CMakeLists.txt +++ b/src/vat/CMakeLists.txt @@ -32,6 +32,8 @@ add_vpp_executable(vpp_api_test ENABLE_EXPORTS ip_types_api.c ip_types.c protocols.def + ../vnet/arp/arp_test.c + ../vnet/geneve/geneve_test.c DEPENDS api_headers -- cgit 1.2.3-korg