mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* modules/getndelim2-tests: New file. * tests/test-getndelim2.c: Likewise. * lib/getndelim2.c (getndelim2): Never return 0. Lock the stream. * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions. Signed-off-by: Eric Blake <ebb9@byu.net>
12 lines
172 B
Plaintext
12 lines
172 B
Plaintext
Files:
|
|
tests/test-getndelim2.c
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-getndelim2
|
|
check_PROGRAMS += test-getndelim2
|
|
MOSTLYCLEANFILES += test-getndelim2.txt
|