vppinfra: improve test coverage 29/26729/4
authorDave Barach <dave@barachs.net>
Mon, 27 Apr 2020 22:38:36 +0000 (18:38 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Tue, 28 Apr 2020 20:55:20 +0000 (20:55 +0000)
commit37b445468e45b537621269fc1e375f26ca2100ee
tree1efda3780e406ae1a55c3e09cb878d897fc785b9
parentbfb377ce790dc5c44c7868beadb774c59e1d043e
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
extras/lcov/lcov_post
src/plugins/unittest/CMakeLists.txt
src/plugins/unittest/bitmap_test.c [new file with mode: 0644]
src/vppinfra/bitmap.h
test/test_bihash.py
test/test_vppinfra.py [new file with mode: 0644]