X-Git-Url: http://git.silc.fi/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Ftests%2FMakefile.am;h=8d79e2027a1a5ac667161297e027a1c3ae2266f2;hb=26618713bb72877372e5dc3b7b9f7d101c26fb78;hp=443d1a9cdd6332782ced577e68267d5394c70599;hpb=9b499de7f8fdbb24c32b8a0a84bb2fbbcdab782a;p=crypto.git diff --git a/lib/silccrypt/tests/Makefile.am b/lib/silccrypt/tests/Makefile.am index 443d1a9c..8d79e202 100644 --- a/lib/silccrypt/tests/Makefile.am +++ b/lib/silccrypt/tests/Makefile.am @@ -3,7 +3,7 @@ # # Author: Pekka Riikonen # -# Copyright (C) 2002 - 2003 Pekka Riikonen +# Copyright (C) 2002 - 2003, 2008 Pekka Riikonen # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign -bin_PROGRAMS = test_sha1 \ +check_PROGRAMS = test_sha1 \ test_sha256 \ test_md5 \ test_hmacsha1 \ @@ -29,23 +29,8 @@ bin_PROGRAMS = test_sha1 \ 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 -test_hmacsha1_SOURCES = test_hmacsha1.c -test_hmacsha256_SOURCES = test_hmacsha256.c -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 + test_hash \ + test_cipher LIBS = $(SILC_COMMON_LIBS) LDADD = -L.. -L../.. -lsct