Changed a bad reference: test/Makefile -> test/build.info
Add ../apps/include as include path to include opt.h used by test/testutil.h.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9154)
{name} is a unique name of your choice.
Please note that if a test involves a new testing executable, you will need to
-do some additions in test/Makefile. More on this later.
+do some additions in test/build.info. Please refer to the section "Changes to
+test/build.info" below.
Naming conventions
basic test framework:
SOURCE[{name}]={name}.c
- INCLUDE[{name}]=.. ../include
+ INCLUDE[{name}]=.. ../include ../apps/include
DEPEND[{name}]=../libcrypto libtestutil.a
Generic form of C test executables