From: Niels Möller Date: Sat, 16 Jun 2001 22:43:15 +0000 (+0200) Subject: * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and X-Git-Tag: release_nettle_0.2.20010617~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26721b34c62ba4b72153d8166fb97e13248dd415;p=thirdparty%2Fnettle.git * testsuite/Makefile.am (TS_PROGS): Added tests for twofish and blowfish. Rev: src/nettle/testsuite/Makefile.am:1.5 --- diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index e51c5927..afee947e 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -2,7 +2,7 @@ CFLAGS = -I$(top_srcdir) @CFLAGS@ -O0 CPPFLAGS = @CPPFLAGS@ TS_PROGS = aes-test arcfour-test blowfish-test des-test md5-test sha1-test \ - twofish-test + serpent-test twofish-test noinst_PROGRAMS = $(TS_PROGS)