test/bitmap: test scan after half cacheline is cleared
authorNithin Dabilpuram <ndabilpuram@marvell.com>
Tue, 5 Jan 2021 08:57:28 +0000 (14:27 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 17 Jan 2021 21:37:28 +0000 (22:37 +0100)
commit5e9647fd5a1a1427d926f16ea3a9e77a82bbaad6
tree7a221d53899e9c78b5ed6a88519e7b75f11a6d74
parenta2a23a794b3aababf7f515d4fa56f09f326a9fab
test/bitmap: test scan after half cacheline is cleared

Add a test case to test scan operation post clear of half
cacheline of slabs.

Also fix meson.build to include test_bitmap.c in the compilation.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
app/test/meson.build
app/test/test_bitmap.c