memtag_test: add test for MADV_DONTNEED behavior

This commit is contained in:
Dmitry Muhomor 2024-01-23 13:33:06 +02:00 committed by Daniel Micay
parent 7d2151e40c
commit 5fbbdc2ef8
3 changed files with 47 additions and 0 deletions

View file

@ -71,4 +71,9 @@ public class MemtagTest extends BaseHostJUnit4Test {
public void untagged_write() throws DeviceNotAvailableException {
runTest("untagged_write");
}
@Test
public void madvise_dontneed() throws DeviceNotAvailableException {
runTest("madvise_dontneed");
}
}