diff options
author | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:58:53 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-10-04 22:58:53 +0300 |
commit | 7040cd33cc20f9d2343da69a57718d60f1548476 (patch) | |
tree | 39032027cfda97aa8668380f9960cd9fb3ba16ed /extra/libressl | |
parent | a5dd96fd2bb01a5685c1c6effa348105e4c6fc4b (diff) | |
download | repository-7040cd33cc20f9d2343da69a57718d60f1548476.tar.gz |
libressl: add tests
Diffstat (limited to 'extra/libressl')
-rwxr-xr-x | extra/libressl/test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/libressl/test b/extra/libressl/test new file mode 100755 index 00000000..aabdfc94 --- /dev/null +++ b/extra/libressl/test @@ -0,0 +1,2 @@ +#!/bin/sh -e +make check |