TEST: Add test for EVPD bit for INQUIRY commands

This commit is contained in:
Ronnie Sahlberg
2013-03-12 18:29:24 -07:00
parent b10641566e
commit e84b71af15
6 changed files with 78 additions and 0 deletions

View File

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