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

@@ -44,6 +44,7 @@ void test_get_lba_status_simple(void);
void test_get_lba_status_beyond_eol(void);
void test_inquiry_standard(void);
void test_inquiry_alloc_length(void);
void test_nomedia_sbc(void);