X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftests%2FMakefile.am;fp=lib%2Fsilccrypt%2Ftests%2FMakefile.am;h=9e86175b65b87e75f8aa1c7fe6c4a23853c5a071;hp=443d1a9cdd6332782ced577e68267d5394c70599;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hpb=1b4e874f9401653b659a6adec2d2f046f9331586 diff --git a/lib/silccrypt/tests/Makefile.am b/lib/silccrypt/tests/Makefile.am index 443d1a9c..9e86175b 100644 --- a/lib/silccrypt/tests/Makefile.am +++ b/lib/silccrypt/tests/Makefile.am @@ -29,7 +29,8 @@ bin_PROGRAMS = test_sha1 \ test_des \ test_silcpkcs \ test_dsa \ - test_hash + test_hash \ + test_cipher test_hash_SOURCES = test_hash.c test_sha1_SOURCES = test_sha1.c @@ -39,6 +40,7 @@ test_hmacsha1_SOURCES = test_hmacsha1.c test_hmacsha256_SOURCES = test_hmacsha256.c test_hmacmd5_SOURCES = test_hmacmd5.c +test_cipher_SOURCES = test_cipher.c test_aes_SOURCES = test_aes.c test_twofish_SOURCES = test_twofish.c test_cast5_SOURCES = test_cast5.c