Skip to content
Snippets Groups Projects
Commit dd89bba4 authored by Niels Möller's avatar Niels Möller
Browse files

Added bignum-test.

Rev: src/nettle/testsuite/Makefile.am:1.15
parent da5e0a76
No related branches found
No related tags found
Loading
...@@ -5,13 +5,13 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \ ...@@ -5,13 +5,13 @@ TS_PROGS = aes-test arcfour-test blowfish-test cast128-test \
des-test des3-test des-compat-test \ des-test des3-test des-compat-test \
md5-test md5-compat-test sha1-test sha256-test \ md5-test md5-compat-test sha1-test sha256-test \
serpent-test twofish-test \ serpent-test twofish-test \
cbc-test yarrow-test cbc-test bignum-test yarrow-test
M4_FILES = aes-test.m4 arcfour-test.m4 blowfish-test.m4 cast128-test.m4 \ M4_FILES = aes-test.m4 arcfour-test.m4 blowfish-test.m4 cast128-test.m4 \
des-test.m4 des3-test.m4 \ des-test.m4 des3-test.m4 \
md5-test.m4 md5-compat-test.m4 sha1-test.m4 sha256-test.m4 \ md5-test.m4 md5-compat-test.m4 sha1-test.m4 sha256-test.m4 \
serpent-test.m4 twofish-test.m4 \ serpent-test.m4 twofish-test.m4 \
cbc-test.m4 cbc-test.m4 bignum-test.m4
noinst_PROGRAMS = $(TS_PROGS) noinst_PROGRAMS = $(TS_PROGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment