mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-16 01:22:18 +03:00
* modules/fwrite-tests: New file. * tests/test-fwrite.c: New file. * modules/stdio-tests (Depends-on): Add fwrite-tests.
17 lines
189 B
Plaintext
17 lines
189 B
Plaintext
Files:
|
|
tests/test-stdio.c
|
|
|
|
Depends-on:
|
|
verify
|
|
stdio-c++-tests
|
|
fgetc-tests
|
|
fputc-tests
|
|
fread-tests
|
|
fwrite-tests
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-stdio
|
|
check_PROGRAMS += test-stdio
|