Fix the check of test apps in util/mk1mf.pl
authorRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2015 09:10:17 +0000 (11:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 27 Apr 2015 13:55:53 +0000 (15:55 +0200)
commit9e842a5292d035bf3dfa4bc70dd3270b104bdf57
tree99e2aa2136f29fe7ccc37010173079cc2fbed62f
parent4c1408962aeb8100846c01536b2f69f5e781f7d8
Fix the check of test apps in util/mk1mf.pl

The previous check assumed that the variables for each test app, ending
with TEST would be indication enough.  Experience showed that this isn't
the best way.  Instead, simply look for the EXE variable in test/Makefile.

Reviewed-by: Rich Salz <rsalz@openssl.org>
util/mk1mf.pl