Build cleanup: Remove the VMS hack from test/build.info
authorRichard Levitte <levitte@openssl.org>
Wed, 30 Jan 2019 17:18:34 +0000 (18:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 31 Jan 2019 15:19:49 +0000 (16:19 +0100)
commit77550dbf7af4d31b915d076ee968cfc75e14a411
tree302c131420167fc91c08eb44c107fc619dce2f51
parentd1dd5d6f4c2f13478aa45557b4546febd51f0cb3
Build cleanup: Remove the VMS hack from test/build.info

There was a hack specifically for VMS, which involved setting a make
variable to indicate that test/libtestutil contains a 'main'.

Instead, we use the new attributes 'has_main' to indicate this, and
let the VMS build file template fend with it appropriately.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8125)
Configurations/descrip.mms.tmpl
test/build.info