engines/ccgost: add test case.
[openssl.git] / engines / ccgost / Makefile
index 1fb475f2a74dbe05628ce9bccee20d495f76f421..d3508a425cdcab27c0e01886614ab90bfdf293d6 100644 (file)
@@ -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: