Build: Make 'test' depend on 'tests'
authorRichard Levitte <levitte@openssl.org>
Mon, 18 Apr 2016 12:09:36 +0000 (14:09 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 19 Apr 2016 18:56:35 +0000 (20:56 +0200)
commit1b741653ce9c1a893a9402c5fc36c46f4b62f4a9
tree0664cfb56ac563d72a07cc900e70ec44f35508f4
parentd979e7f56715d33d4bee0805d0a01ef83886117d
Build: Make 'test' depend on 'tests'

Because we have a directory 'test', the target 'test' may be confusing
to make.  However, if we make it depend on 'tests', which doesn't
exist, make should never fail to run the actions.

Reviewed-by: Andy Polyakov <appro@openssl.org>
Configurations/unix-Makefile.tmpl
Configurations/windows-makefile.tmpl