de0dc006a5
The include search path was not picking up files in the root of the tree. [extended tests] Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4316)
6 lines
274 B
Text
6 lines
274 B
Text
IF[{- defined $target{cxx} && !$disabled{"external-tests"}-}]
|
|
PROGRAMS_NO_INST=ossl_shim
|
|
SOURCE[ossl_shim]=ossl_shim.cc async_bio.cc packeted_bio.cc test_config.cc
|
|
INCLUDE[ossl_shim]=. include ../../include ../..
|
|
DEPEND[ossl_shim]=../../libssl ../../libcrypto
|
|
ENDIF
|