TESTS: Add test for READ10 to check that over/underflow residuals are generated correctly.

This commit is contained in:
Ronnie Sahlberg
2013-03-23 12:44:55 -07:00
parent 808eed9680
commit 5b29ad2ddf
4 changed files with 230 additions and 0 deletions
+1
View File
@@ -106,6 +106,7 @@ void test_read10_beyond_eol(void);
void test_read10_0blocks(void);
void test_read10_rdprotect(void);
void test_read10_flags(void);
void test_read10_residuals(void);
void test_read10_invalid(void);
void test_read12_simple(void);