X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftests%2FMakefile.am;h=838a57c3c10112f06b44ab1f0d95edf571d80f53;hb=e7b6c157b80152bf9fb9266e6bdd93f9fb0db776;hp=0182587224ba63f5e5f0c15cea4d924a32466238;hpb=3ed0f4669135b422c1dd094992ec0fe4cb318bca;p=silc.git diff --git a/lib/silccrypt/tests/Makefile.am b/lib/silccrypt/tests/Makefile.am index 01825872..838a57c3 100644 --- a/lib/silccrypt/tests/Makefile.am +++ b/lib/silccrypt/tests/Makefile.am @@ -26,8 +26,12 @@ bin_PROGRAMS = test_sha1 \ test_aes \ test_twofish \ test_cast5 \ - test_silcpkcs + test_des \ + test_silcpkcs \ + test_dsa \ + test_hash +test_hash_SOURCES = test_hash.c test_sha1_SOURCES = test_sha1.c test_sha256_SOURCES = test_sha256.c test_md5_SOURCES = test_md5.c @@ -38,8 +42,10 @@ test_hmacmd5_SOURCES = test_hmacmd5.c test_aes_SOURCES = test_aes.c test_twofish_SOURCES = test_twofish.c test_cast5_SOURCES = test_cast5.c +test_des_SOURCES = test_des.c test_silcpkcs_SOURCES = test_silcpkcs.c +test_dsa_SOURCES = test_dsa.c LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsilc