blob: d27ba876d7126d59a98ebc1c0385ecbb08319cd4 [file] [log] [blame]
Manuel Pégourié-Gonnard3385cf42015-04-02 17:59:30 +01001#!/bin/sh
2
3# test result with:
4# make all check
Manuel Pégourié-Gonnard88323c72015-04-03 14:38:02 +02005# ggrep -i --exclude-dir=mpg --exclude=.travis.yml --exclude=ChangeLog --exclude=extra-names --exclude=public-names polarssl . --exclude-dir=tmp G -v 'OU?=PolarSSL|PolarSSLTes' | cut -d':' -f1 | sort -u
Manuel Pégourié-Gonnard3385cf42015-04-02 17:59:30 +01006
7set -eu
8
Manuel Pégourié-Gonnard88323c72015-04-03 14:38:02 +02009tmp/analyze-names.sh
10tmp/makelist.pl public-names extra-names > old2new
Manuel Pégourié-Gonnard3385cf42015-04-02 17:59:30 +010011
Manuel Pégourié-Gonnard88323c72015-04-03 14:38:02 +020012tmp/rename.pl old2new include/mbedtls/*.h library/*.c tests/suites/* configs/*.h scripts/data_files/*.fmt scripts/* tests/scripts/*
13tmp/rename.pl old2new programs/*.c programs/*/*.c