diff options
Diffstat (limited to 'src/plugins/lacp')
-rw-r--r-- | src/plugins/lacp/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/lacp/CMakeLists.txt b/src/plugins/lacp/CMakeLists.txt index f6a30a711ae..253786ee85b 100644 --- a/src/plugins/lacp/CMakeLists.txt +++ b/src/plugins/lacp/CMakeLists.txt @@ -26,10 +26,8 @@ add_vpp_plugin(lacp API_FILES lacp.api -) -add_vpp_api_test_plugin(lacp_test - lacp.api + API_TEST_SOURCES lacp_test.c ) |