From 4de5f9be88857197ddf17e3bff66318f78f4b6bb Mon Sep 17 00:00:00 2001 From: Dave Barach Date: Wed, 2 Jun 2021 18:18:18 -0400 Subject: vppinfra: pool_free_elts() now supports fixed-size pools Test added to the unittest plugin / test_vlib.py Type: improvement Signed-off-by: Dave Barach Change-Id: I73445e57918347c102ff6f5e8c9ddb9bd96f1407 --- src/plugins/unittest/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/unittest/CMakeLists.txt') diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index 6276a92d749..115ced3393b 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -40,6 +40,7 @@ add_vpp_plugin(unittest mfib_test.c mpcap_node.c policer_test.c + pool_test.c punt_test.c rbtree_test.c session_test.c -- cgit 1.2.3-korg