X-Git-Url: http://erislabs.net/gitweb/?p=gnulib.git;a=blobdiff_plain;f=modules%2Fcrypto%2Fhmac-sha256-tests;fp=modules%2Fcrypto%2Fhmac-sha256-tests;h=c5483da80a5558d18ea94f74deebea17ee05f753;hp=0000000000000000000000000000000000000000;hb=458c944ddbb41cd6ba34416db2867eb6f17bf61a;hpb=6a8461af29d6ce87d891ca8e1433848f5f4c45b8 diff --git a/modules/crypto/hmac-sha256-tests b/modules/crypto/hmac-sha256-tests new file mode 100644 index 000000000..c5483da80 --- /dev/null +++ b/modules/crypto/hmac-sha256-tests @@ -0,0 +1,11 @@ +Files: +tests/test-hmac-sha256.c + +Depends-on: + +configure.ac: + +Makefile.am: +TESTS += test-hmac-sha256 +check_PROGRAMS += test-hmac-sha256 +test_hmac_sha256_LDADD = $(LDADD) @LIB_CRYPTO@