TESTS: Add tests for INQUIRY allocation length.

Add special test that for SPC3+ devices we do have 16 bits of alloc length available.
This commit is contained in:
Ronnie Sahlberg
2013-03-11 18:32:29 -07:00
parent f8901ea18e
commit b10641566e
4 changed files with 102 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ static CU_TestInfo tests_get_lba_status[] = {
static CU_TestInfo tests_inquiry[] = {
{ (char *)"testInquiryStandard", test_inquiry_standard },
{ (char *)"testInquiryAllocLength", test_inquiry_alloc_length},
CU_TEST_INFO_NULL
};