TESTS: Add READ12 tests to the new test framework

This commit is contained in:
Ronnie Sahlberg
2013-01-21 08:22:26 -08:00
parent 192ee4d61b
commit d1641b762b
10 changed files with 465 additions and 4 deletions

View File

@@ -50,6 +50,12 @@ void test_read10_rdprotect(void);
void test_read10_flags(void);
void test_read10_invalid(void);
void test_read12_simple(void);
void test_read12_beyond_eol(void);
void test_read12_0blocks(void);
void test_read12_rdprotect(void);
void test_read12_flags(void);
void test_readcapacity10_simple(void);
#endif /* _ISCSI_TEST_CU_H_ */