aboutsummaryrefslogtreecommitdiff
path: root/engines/ccgost/Makefile
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2013-01-19 17:56:56 +0100
committerAndy Polyakov <appro@openssl.org>2013-01-19 17:56:56 +0100
commit26906f2d93ad4bc092b8b5783d1b35f8c9f0c6d8 (patch)
tree3c497172ec39b5a115c1c6b46bc0e60e24affae1 /engines/ccgost/Makefile
parentd4571f43e8b693dabeef3b011a4391998d63a734 (diff)
downloadopenssl-26906f2d93ad4bc092b8b5783d1b35f8c9f0c6d8.zip
openssl-26906f2d93ad4bc092b8b5783d1b35f8c9f0c6d8.tar.gz
openssl-26906f2d93ad4bc092b8b5783d1b35f8c9f0c6d8.tar.bz2
engines/ccgost: add test case.
Submitted by: Serguei Leontiev PR: 2821
Diffstat (limited to 'engines/ccgost/Makefile')
-rw-r--r--engines/ccgost/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/ccgost/Makefile b/engines/ccgost/Makefile
index 1fb475f..d3508a4 100644
--- a/engines/ccgost/Makefile
+++ b/engines/ccgost/Makefile
@@ -8,6 +8,8 @@ AR= ar r
CFLAGS= $(INCLUDES) $(CFLAG)
LIB=$(TOP)/libcrypto.a
+TEST=gost2814789t.c
+
LIBSRC= gost2001.c gost2001_keyx.c gost89.c gost94_keyx.c gost_ameth.c gost_asn1.c gost_crypt.c gost_ctl.c gost_eng.c gosthash.c gost_keywrap.c gost_md.c gost_params.c gost_pmeth.c gost_sign.c
LIBOBJ= e_gost_err.o gost2001_keyx.o gost2001.o gost89.o gost94_keyx.o gost_ameth.o gost_asn1.o gost_crypt.o gost_ctl.o gost_eng.o gosthash.o gost_keywrap.o gost_md.o gost_params.o gost_pmeth.o gost_sign.o
@@ -63,6 +65,7 @@ install:
fi
links:
+ @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
tests: