TESTS Add READ16 tests to the new framework

This commit is contained in:
Ronnie Sahlberg
2013-01-21 08:36:23 -08:00
parent d1641b762b
commit 0c124ce3cc
11 changed files with 456 additions and 1 deletions

View File

@@ -56,6 +56,12 @@ void test_read12_0blocks(void);
void test_read12_rdprotect(void);
void test_read12_flags(void);
void test_read16_simple(void);
void test_read16_beyond_eol(void);
void test_read16_0blocks(void);
void test_read16_rdprotect(void);
void test_read16_flags(void);
void test_readcapacity10_simple(void);
#endif /* _ISCSI_TEST_CU_H_ */