X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Flacp%2FCMakeLists.txt;h=fd0413c6c8bb337790a356e31e44a086b37281f5;hb=6f40a8a4c5792c5c5e5c77366e98b1f10370d685;hp=f6a30a711aeb6be8a9f30600acc8cb22a7e90894;hpb=74449b8b68801e0938f528f19d69e75644cb2ee9;p=vpp.git diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index f6a30a711ae..fd0413c6c8b 100644 --- a/src/plugins/lacp/CMakeLists.txt +++ b/src/plugins/lacp/CMakeLists.txt @@ -26,10 +26,18 @@ add_vpp_plugin(lacp API_FILES lacp.api -) -add_vpp_api_test_plugin(lacp_test - lacp.api + INSTALL_HEADERS + machine.h + rx_machine.h + tx_machine.h + mux_machine.h + ptx_machine.h + node.h + lacp_all_api_h.h + lacp_msg_enum.h + + API_TEST_SOURCES lacp_test.c )