mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-11 09:51:56 +02:00
* gl/modules/randread-tests (Depends-on): Add stringeq. * gl/tests/test-rand-isaac.c (main): * src/copy.c (source_is_dst_backup): * src/digest.c (b64_equal): * src/install.c (have_same_content): * src/ls.c (main, parse_ls_color): * src/nl.c (check_section): * src/od.c (write_block): * src/seq.c (seq_fast): * src/stty.c (eq_mode): * src/system.h (is_nul): Prefer memeq to memcmp when either will do.
13 lines
156 B
Plaintext
13 lines
156 B
Plaintext
Files:
|
|
tests/test-rand-isaac.c
|
|
tests/macros.h
|
|
|
|
Depends-on:
|
|
stringeq
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-rand-isaac
|
|
check_PROGRAMS += test-rand-isaac
|