TESTS: Add tests for WRITE16 to new framework

This commit is contained in:
Ronnie Sahlberg
2013-01-21 11:19:43 -08:00
parent 0c124ce3cc
commit 2f90e02395
12 changed files with 513 additions and 7 deletions

View File

@@ -64,4 +64,10 @@ void test_read16_flags(void);
void test_readcapacity10_simple(void);
void test_write16_simple(void);
void test_write16_beyond_eol(void);
void test_write16_0blocks(void);
void test_write16_wrprotect(void);
void test_write16_flags(void);
#endif /* _ISCSI_TEST_CU_H_ */