summaryrefslogtreecommitdiff
path: root/modules/freading-tests
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common macros used in tests.Bruno Haible2009-12-241-0/+1
|
* Make the tests sharper: also test the interaction with fflush().Bruno Haible2007-04-291-0/+1
|
* Implement freading and fwriting.Eric Blake2007-04-261-0/+11
* lib/freading.c: New file. * lib/freading.h: Likewise. * m4/freading.m4: Likewise. * modules/freading: Likewise. * modules/freading-tests: Likewise. * tests/test-freading.c: Likewise. * lib/fwriting.c: New file. * lib/fwriting.h: Likewise. * m4/fwriting.m4: Likewise. * modules/fwriting: Likewise. * modules/fwriting-tests: Likewise. * tests/test-fwriting.c: Likewise. * MODULES.html.sh (File stream based Input/Output): Mention them.