]> git.ipfire.org Git - thirdparty/openssl.git/commit - test/build.info
Move the building of test/buildtest_*. to be done unconditionally
authorRichard Levitte <levitte@openssl.org>
Thu, 4 Aug 2016 22:32:36 +0000 (00:32 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 5 Aug 2016 19:17:05 +0000 (21:17 +0200)
commit5cdad22f3e6ed5077b6c06dc2ac4edcea7bc0bb4
tree20e8668d7f2f13a3813b3e43bf08db292685965b
parent39a43280316f1b9c45be5ac5b04f4f5c3f923686
Move the building of test/buildtest_*. to be done unconditionally

These were guarded by $disabled{tests}.  However, 'tests' is disabled
if we configure 'no-stdio', which means that we don't detect the lack
of OPENSSL_NO_STDIO guards in our public header files.  So we move the
generation and build of test/buildtest_*.c to be unconditional.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/build.info
test/generate_buildtest.pl