TEST: Add test for 0 blocks for UNMAP and fix num_blocks which was off by one

across the testsuite
This commit is contained in:
Ronnie Sahlberg
2013-01-21 20:20:46 -08:00
parent 72598c0b46
commit bfbde8b097
21 changed files with 94 additions and 30 deletions

View File

@@ -68,6 +68,7 @@ void test_readcapacity16_simple(void);
void test_readcapacity16_alloclen(void);
void test_unmap_simple(void);
void test_unmap_0blocks(void);
void test_verify10_simple(void);
void test_verify10_beyond_eol(void);