summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2019-12-17 05:47:50 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-01-09 09:51:17 +0100
commit6960cf646b3854042c30700364d14b123b1420c8 (patch)
tree96f53f066090f9db056a17e040f5ea3d3fecfa11 /test
parenta0e594d6b5265efd412d248bd12e9d5305370286 (diff)
fix dependencies of cmp_{msg,protect}_test.c in test/build.info
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10633)
Diffstat (limited to 'test')
-rw-r--r--test/build.info4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/build.info b/test/build.info
index 601059f385..1d59dd9bb6 100644
--- a/test/build.info
+++ b/test/build.info
@@ -505,11 +505,11 @@ IF[{- !$disabled{tests} -}]
INCLUDE[cmp_status_test]=.. ../include ../apps/include
DEPEND[cmp_status_test]=../libcrypto.a libtestutil.a
- SOURCE[cmp_protect_test]=cmp_status_test.c cmp_testlib.c
+ SOURCE[cmp_protect_test]=cmp_protect_test.c cmp_testlib.c
INCLUDE[cmp_protect_test]=.. ../include ../apps/include
DEPEND[cmp_protect_test]=../libcrypto.a libtestutil.a
- SOURCE[cmp_msg_test]=cmp_status_test.c cmp_testlib.c
+ SOURCE[cmp_msg_test]=cmp_msg_test.c cmp_testlib.c
INCLUDE[cmp_msg_test]=.. ../include ../apps/include
DEPEND[cmp_msg_test]=../libcrypto.a libtestutil.a