diff options
author | Dave Barach <dave@barachs.net> | 2020-04-27 18:38:36 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2020-04-28 20:55:20 +0000 |
commit | 37b445468e45b537621269fc1e375f26ca2100ee (patch) | |
tree | 1efda3780e406ae1a55c3e09cb878d897fc785b9 /src/plugins/unittest/CMakeLists.txt | |
parent | bfb377ce790dc5c44c7868beadb774c59e1d043e (diff) |
vppinfra: improve test coverage
Bonus corner-case bugfix in bitmap.h, found during the exercise.
Issue dates from 2001 or thereabouts. Please review this specific
change carefully.
lcov_post: filter system include directories and generated files in
build-root
Type: improvement
Signed-off-by: Dave Barach <dave@barachs.net>
Change-Id: Iaa0b63e9dc571dfe3d992197ac49ba4d93403c61
Diffstat (limited to 'src/plugins/unittest/CMakeLists.txt')
-rw-r--r-- | src/plugins/unittest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index e75b96ff265..7ab63dad6a4 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -15,6 +15,7 @@ add_vpp_plugin(unittest SOURCES bier_test.c bihash_test.c + bitmap_test.c crypto/aes_cbc.c crypto/aes_ctr.c crypto/aes_gcm.c |