]> Savannah Git Hosting - gnulib.git/commit
sha1-buffer tests: New module.
authorBruno Haible <bruno@clisp.org>
Sat, 18 Sep 2021 23:37:51 +0000 (01:37 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 18 Sep 2021 23:38:06 +0000 (01:38 +0200)
commit517b9f77086d38cb1409194576cab40fb3f714d5
tree61ce223aa24da572fe9e1589a2de012971e54564
parentecf145d277937c22f28294ef573f5a2cfb58fa30
sha1-buffer tests: New module.

* tests/test-sha1-buffer.c: New file, based on tests/test-sha1.c.
* tests/test-sha1-stream.c: Renamed from tests/test-sha1.c.
(main): Remove sha1-buffer tests.
* modules/crypto/sha1-buffer-tests: New file, based on
modules/crypto/sha1-tests.
* modules/crypto/sha1-tests: Remove tests that are now in
modules/crypto/sha1-buffer-tests. Test tests/test-sha1-stream.c instead
of tests/test-sha1.c.
ChangeLog
modules/crypto/sha1-buffer-tests [new file with mode: 0644]
modules/crypto/sha1-tests
tests/test-sha1-buffer.c [new file with mode: 0644]
tests/test-sha1-stream.c [new file with mode: 0644]
tests/test-sha1.c [deleted file]