diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-21 00:15:20 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2018-07-21 00:52:08 +0900 |
commit | 09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6 (patch) | |
tree | eb1d17b5ddbfd04fc16443a0ff6fdd188dae1b50 /update.sh | |
parent | 1ea79d2a9fec76720158499f208258a43f57dbd8 (diff) | |
download | portable-09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6.tar.gz portable-09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6.tar.bz2 portable-09c8aa26fe7fc244d34a8559f37b24b2b4dfaee6.zip |
Generate regress freenull.c
Diffstat (limited to 'update.sh')
-rwxr-xr-x | update.sh | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -273,6 +273,13 @@ done | |||
273 | $CP $libcrypto_regress/evp/evptests.txt tests | 273 | $CP $libcrypto_regress/evp/evptests.txt tests |
274 | $CP $libcrypto_regress/aead/aeadtests.txt tests | 274 | $CP $libcrypto_regress/aead/aeadtests.txt tests |
275 | 275 | ||
276 | # generate libcrypto freenull.c | ||
277 | awk -f $libcrypto_regress/free/freenull.awk \ | ||
278 | < $libcrypto_src/Symbols.list > tests/freenull.c.body | ||
279 | cat $libcrypto_regress/free/freenull.c.head tests/freenull.c.body \ | ||
280 | $libcrypto_regress/free/freenull.c.tail > tests/freenull.c.tmp | ||
281 | mv tests/freenull.c.tmp tests/freenull.c | ||
282 | |||
276 | # copy libc tests | 283 | # copy libc tests |
277 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c | 284 | $CP $libc_regress/arc4random-fork/arc4random-fork.c tests/arc4randomforktest.c |
278 | $CP $libc_regress/explicit_bzero/explicit_bzero.c tests | 285 | $CP $libc_regress/explicit_bzero/explicit_bzero.c tests |