]> git.ipfire.org Git - thirdparty/openssl.git/blob - GitMake
For every test in 80-test_ssl.t, check that the protocol(s) used is enabled
[thirdparty/openssl.git] / GitMake
1 #!/bin/sh
2
3 BRANCH=`git rev-parse --abbrev-ref HEAD`
4
5 MAKE=make
6 which bsdmake > /dev/null && MAKE=bsdmake
7 $MAKE -f makefile.$BRANCH $@