summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-10-26 23:12:48 +0200
committerRichard Levitte <levitte@openssl.org>2016-11-03 13:13:31 +0100
commit2c1661714856f75ebd17b2a881c913a08f0103b1 (patch)
tree4806b18c60caa0f901b3a12114dad7fe92f84678 /test/build.info
parentbbdec3f24727d86a223d5af12f4e30f5723ce2fc (diff)
Convert asn1 selftests (a_strnid and ameth_lib) into internal test
Reviewed-by: Emilia Käsper <emilia@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1789)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index 6f00865868..266c3c36c5 100644
--- a/test/build.info
+++ b/test/build.info
@@ -314,6 +314,7 @@ IF[{- !$disabled{tests} -}]
# Note that when building with static libraries, none of those extra files
# are needed, since all symbols are available anyway, regardless of what's
# listed in util/*.num.
+ PROGRAMS_NO_INST=asn1_internal_test
IF[{- !$disabled{poly1305} -}]
PROGRAMS_NO_INST=poly1305_internal_test
ENDIF
@@ -327,6 +328,17 @@ IF[{- !$disabled{tests} -}]
ENDIF
INCLUDE[poly1305_internal_test]=.. ../include ../crypto/include
DEPEND[poly1305_internal_test]=../libcrypto
+
+ SOURCE[asn1_internal_test]=asn1_internal_test.c testutil.c
+ IF[{- !$disabled{shared} -}]
+ SOURCE[asn1_internal_test]= ../crypto/asn1/a_strnid.c \
+ ../crypto/rsa/rsa_ameth.c ../crypto/dsa/dsa_ameth.c \
+ ../crypto/dh/dh_ameth.c ../crypto/ec/ec_ameth.c \
+ ../crypto/hmac/hm_ameth.c ../crypto/cmac/cm_ameth.c \
+ ../crypto/ec/ecx_meth.c ../crypto/ec/curve25519.c
+ ENDIF
+ INCLUDE[asn1_internal_test]=.. ../include ../crypto/include
+ DEPEND[asn1_internal_test]=../libcrypto
ENDIF
{-