summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-04-18 20:34:43 +0200
committerRich Salz <rsalz@openssl.org>2017-04-18 20:34:43 +0200
commitb66411f6cda6970c01283ddde6d8063c57b3b7d9 (patch)
tree7e9074efb3d8ebefc6d8797f0145c49345292e34 /test/build.info
parent[extended tests] Enable krb5 tests in Travis (diff)
downloadopenssl-b66411f6cda6970c01283ddde6d8063c57b3b7d9.tar.xz
openssl-b66411f6cda6970c01283ddde6d8063c57b3b7d9.zip
Convert more tests
recordlentest, srptest, ecdsatest, enginetest, pbelutest Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3237)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/build.info b/test/build.info
index 537b361f5d..8346385412 100644
--- a/test/build.info
+++ b/test/build.info
@@ -55,7 +55,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[ectest]=.. ../include
DEPEND[ectest]=../libcrypto
- SOURCE[ecdsatest]=ecdsatest.c
+ SOURCE[ecdsatest]=ecdsatest.c testutil.c test_main.c
INCLUDE[ecdsatest]=../include
DEPEND[ecdsatest]=../libcrypto
@@ -63,7 +63,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[gmdifftest]=../include
DEPEND[gmdifftest]=../libcrypto
- SOURCE[pbelutest]=pbelutest.c
+ SOURCE[pbelutest]=pbelutest.c testutil.c test_main.c
INCLUDE[pbelutest]=../include
DEPEND[pbelutest]=../libcrypto
@@ -119,11 +119,11 @@ IF[{- !$disabled{tests} -}]
INCLUDE[dhtest]=../include
DEPEND[dhtest]=../libcrypto
- SOURCE[enginetest]=enginetest.c
+ SOURCE[enginetest]=enginetest.c testutil.c test_main.c
INCLUDE[enginetest]=../include
DEPEND[enginetest]=../libcrypto
- SOURCE[casttest]=casttest.c testutil.c test_main.o
+ SOURCE[casttest]=casttest.c testutil.c test_main.c
INCLUDE[casttest]=.. ../include
DEPEND[casttest]=../libcrypto
@@ -203,7 +203,7 @@ IF[{- !$disabled{tests} -}]
INCLUDE[secmemtest]=../include
DEPEND[secmemtest]=../libcrypto
- SOURCE[srptest]=srptest.c
+ SOURCE[srptest]=srptest.c testutil.c test_main.c
INCLUDE[srptest]=../include
DEPEND[srptest]=../libcrypto