Manuel Pégourié-Gonnard | 3385cf4 | 2015-04-02 17:59:30 +0100 | [diff] [blame^] | 1 | #!/bin/sh |
| 2 | |
| 3 | # test result with: |
| 4 | # make all check |
| 5 | # ggrep -i --exclude-dir=mpg --exclude=.travis.yml --exclude=ChangeLog --exclude=extra-names --exclude=public-names polarssl . --exclude-dir=tmp G -v 'include|OU?=PolarSSL|PolarSSLTes' | cut -d':' -f1 | sort -u |
| 6 | |
| 7 | set -eu |
| 8 | |
| 9 | FILES='include/mbedtls/*.h library/*.c programs/*.c programs/*/*.c tests/suites/* configs/*.h scripts/data_files/*.fmt scripts/* tests/scripts/*' |
| 10 | |
| 11 | tmp/rename.pl old2new $FILES |
| 12 | # re-invoke on programs including strings |