X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fplugins%2Facl%2FCMakeLists.txt;h=c6ccb3bdaa02c9d880bc3b3260bf1ef3705323b1;hb=d2dcd200fe2e94f6408155f6c38e7f570dbe1183;hp=1779c49966bf9ada17c9a0a72ab3c0c791253785;hpb=c261760d907a67ba9548104140785771668d8e83;p=vpp.git diff --git a/src/plugins/acl/CMakeLists.txt b/src/plugins/acl/CMakeLists.txt index 1779c49966b..c6ccb3bdaa0 100644 --- a/src/plugins/acl/CMakeLists.txt +++ b/src/plugins/acl/CMakeLists.txt @@ -21,4 +21,7 @@ add_vpp_plugin(acl API_FILES acl.api + + API_TEST_SOURCES + acl_test.c )