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)
This commit is contained in:
parent
a0e594d6b5
commit
6960cf646b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue