Add uintXX_t checks into check_all.py
authorBoris Zanin <boris.zanin@mobica.com>
Tue, 29 Aug 2017 12:35:02 +0000 (14:35 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 11 Sep 2017 09:25:57 +0000 (05:25 -0400)
commit8d4478a831f430a8c0bb8e5a013742d71b7682b0
treeea3ff32452a43dc75ae521df8af934c37359ac09
parent95119315f103deff4c2be45a6ce2bcda0e103596
Add uintXX_t checks into check_all.py

The mentioned types are not defined in Windows, but are defined in linux.
Presence of this type breaks Windows builds. To make it easyily detectable
under linux additional check for [su]int[8,16,32,64]_t types is added
into check_all.py script.

Components: Framework

VK-GL-CTS Issue: 644

Change-Id: Ia332456fda93d068b11c1f53d5a3baf1c1740426
scripts/src_util/check_all.py
scripts/src_util/check_invalid_types.py [new file with mode: 0644]