mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
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
@ -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…
Reference in New Issue
Block a user