1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00
Files
gnulib/modules/read-file-tests
Daiki Ueno e4a38aadac read-file: add flags to modify reading behavior
* lib/read-file.h (RF_BINARY): New define.
(fread_file, read_file): Take FLAGS argument.
(read_binary_file): Remove.
* lib/read-file.c (internal_read_file): Merge into ...
(read_file): ... here.
* modules/read-file-tests (Files): Add "tests/macros.h".
* tests/test-read-file.c (main): Refactor using ASSERT macro.
* NEWS: Mention this change.
2020-05-27 14:14:00 +02:00

12 lines
144 B
Plaintext

Files:
tests/test-read-file.c
tests/macros.h
Depends-on:
configure.ac:
Makefile.am:
TESTS += test-read-file
check_PROGRAMS += test-read-file