TESTS: convert READ6 tests to the new framework

This commit is contained in:
Ronnie Sahlberg
2013-01-20 17:02:13 -08:00
parent 2a1a7bc2bb
commit 192ee4d61b
8 changed files with 254 additions and 1 deletions

View File

@@ -37,6 +37,12 @@ int test_teardown(void);
void test_testunitready_simple(void);
void test_read6_simple(void);
void test_read6_beyond_eol(void);
void test_read6_0blocks(void);
void test_read6_rdprotect(void);
void test_read6_flags(void);
void test_read10_simple(void);
void test_read10_beyond_eol(void);
void test_read10_0blocks(void);