repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git]
/
modules
/
crypto
/
sha256-tests
blob
693b1bc0ff7da85f7700980f3f7d2fe0eec43668
1
Files:
2
tests/test-sha256.c
3
tests/test-digest.h
4
tests/bench-sha224.c
5
tests/bench-sha256.c
6
tests/bench-digest.h
7
tests/macros.h
8
9
Depends-on:
10
getrusage
11
gettimeofday
12
13
configure.ac:
14
15
Makefile.am:
16
TESTS += test-sha256
17
check_PROGRAMS += test-sha256
18
noinst_PROGRAMS += bench-sha224 bench-sha256
19
test_sha256_LDADD = $(LDADD) @LIB_CRYPTO@
20
bench_sha224_LDADD = $(LDADD) @LIB_CRYPTO@
21
bench_sha256_LDADD = $(LDADD) @LIB_CRYPTO@