Add INTxx_MAX checks into check_all.py
authorBoris Zanin <boris.zanin@mobica.com>
Wed, 10 Jan 2018 12:15:36 +0000 (13:15 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Mon, 15 Jan 2018 11:50:24 +0000 (06:50 -0500)
commit8254f14c17dd0a2987851505d25f52d09e7bbb9b
tree0a2956684c650456272e67f8203a1876de469db5
parentd5f573cd6ffcadc8be729ff5f42f9e41254195f0
Add INTxx_MAX checks into check_all.py

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

Components: Framework

VK-GL-CTS Issue: 934

Change-Id: I1882c0cd283a63a623972cb69ffb292531e37d10
scripts/src_util/check_all.py
scripts/src_util/check_invalid_literals.py [moved from scripts/src_util/check_invalid_types.py with 84% similarity]