mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
* tests/test-crc.c: New tests. * modules/crc-tests (Files): Add dependency on randomb.c Signed-off-by: Simon Josefsson <simon@josefsson.org>
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
Files:
|
|
tests/test-crc.c
|
|
tests/macros.h
|
|
tests/bench-crc.c
|
|
tests/bench.h
|
|
tests/randomb.c
|
|
|
|
Depends-on:
|
|
getrusage
|
|
gettimeofday
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
TESTS += test-crc
|
|
check_PROGRAMS += test-crc
|
|
noinst_PROGRAMS += bench-crc
|
|
test_crc_SOURCES = test-crc.c randomb.c
|
|
bench_crc_SOURCES = bench-crc.c randomb.c
|
|
bench_crc_CPPFLAGS = $(AM_CPPFLAGS) -DNDEBUG
|