projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01af60e
)
Add src_util/check_all.py into check_build_sanity.py
author
Pyry Haulos
<phaulos@google.com>
Tue, 16 Aug 2016 11:13:53 +0000
(13:13 +0200)
committer
Pyry Haulos
<phaulos@google.com>
Tue, 16 Aug 2016 11:13:53 +0000
(13:13 +0200)
Change-Id: I8b5f0241cc387d94fc01753254511875de87b197
scripts/check_build_sanity.py
patch
|
blob
|
history
diff --git
a/scripts/check_build_sanity.py
b/scripts/check_build_sanity.py
index
f161b2e
..
9b2ca46
100644
(file)
--- a/
scripts/check_build_sanity.py
+++ b/
scripts/check_build_sanity.py
@@
-159,6
+159,7
@@
STEPS = [
RunScript(os.path.join("external", "vulkancts", "build_mustpass.py")),
RunScript(os.path.join("scripts", "gen_egl.py")),
RunScript(os.path.join("scripts", "opengl", "gen_all.py")),
+ RunScript(os.path.join("scripts", "src_util", "check_all.py")),
CheckSrcChanges(),
]