Added SILC Thread Queue API
[silc.git] / lib / silccrypt / tests / Makefile.am
index 96479a2c5ecb5bc51598da3cd351cb6598218ad3..838a57c3c10112f06b44ab1f0d95edf571d80f53 100644 (file)
@@ -28,8 +28,10 @@ bin_PROGRAMS =       test_sha1       \
                test_cast5      \
                test_des        \
                test_silcpkcs   \
-               test_dsa
+               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