TESTS: Add tests for READ12/16 residuals

This commit is contained in:
Ronnie Sahlberg
2013-03-23 15:50:57 -07:00
parent a95a83764a
commit 7cfcf32591
6 changed files with 462 additions and 0 deletions

View File

@@ -114,12 +114,14 @@ void test_read12_beyond_eol(void);
void test_read12_0blocks(void);
void test_read12_rdprotect(void);
void test_read12_flags(void);
void test_read12_residuals(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_read16_residuals(void);
void test_readcapacity10_simple(void);