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 12:21:49 +0000 (07:21 -0500)
commit6b79fc4088417d29f263cf6fa592d3bc3ae63a21
tree970bc6ca870e80a3cff26be40911cc7c661beceb
parent1735f38629bd1d3d204ab3da94afb70821128a61
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]