scripts: check compilation of exported header files
authorAdrien Mazarguil <adrien.mazarguil@6wind.com>
Thu, 8 Sep 2016 12:25:11 +0000 (14:25 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 13 Sep 2016 13:35:29 +0000 (15:35 +0200)
commit924f5c4604c93351c2bb957bf831dff8c16fd590
tree7332b59a6aeeb5152137e85467483274dc4caa19
parent96330befb18fcc282d5ecd274282c96974eff09f
scripts: check compilation of exported header files

This script checks that header files in a given directory do not miss
dependencies when included on their own, do not conflict and accept being
compiled with the strictest possible flags.

It is too slow at the moment to be automatically executed by test-build.sh
and should be run voluntarily (like check-git-log.sh and friends) after
making changes to exported header files.

Signed-off-by: Adrien Mazarguil <adrien.mazarguil@6wind.com>
MAINTAINERS
scripts/check-includes.sh [new file with mode: 0755]