Commit ca97f146f79bae9c05326cee8e690f32a7b32b10

Authored by Jay Berkenbilt
1 parent 6bbea4ba

Add note about large file test

Showing 1 changed file with 3 additions and 0 deletions
@@ -15,6 +15,9 @@ Next @@ -15,6 +15,9 @@ Next
15 including the need for the _FILE_OFFSET_BITS workaround on the 15 including the need for the _FILE_OFFSET_BITS workaround on the
16 32-bit version. 16 32-bit version.
17 17
  18 + * Large file test: test with a file > 10 GB. Update the requirements
  19 + for disk space on large file tests.
  20 +
18 * Document that your compiler has to support long long. 21 * Document that your compiler has to support long long.
19 22
20 * Make sure that the release notes call attention to the one API 23 * Make sure that the release notes call attention to the one API