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

View File

@@ -176,6 +176,7 @@ static CU_TestInfo tests_read10[] = {
{ (char *)"testRead10ZeroBlocks", test_read10_0blocks },
{ (char *)"testRead10ReadProtect", test_read10_rdprotect },
{ (char *)"testRead10Flags", test_read10_flags },
{ (char *)"testRead10Residuals", test_read10_residuals },
{ (char *)"testRead10Invalid", test_read10_invalid },
CU_TEST_INFO_NULL
};