TESTS: COMPAREANDWRITE should fail if DATAOUT is not exactly 2*TL blocks

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
Ronnie Sahlberg
2016-09-22 19:12:09 -07:00
parent 2e947cc1de
commit 01a8e22207
4 changed files with 91 additions and 0 deletions

View File

@@ -76,6 +76,8 @@ static CU_TestInfo tests_compareandwrite[] = {
{ (char *)"DpoFua", test_compareandwrite_dpofua },
{ (char *)"Miscompare", test_compareandwrite_miscompare },
{ (char *)"Unwritten", test_compareandwrite_unwritten },
{ (char *)"InvalidDataOutSize",
test_compareandwrite_invalid_dataout_size },
CU_TEST_INFO_NULL
};