Skip to content

Commit

Permalink
Make the khronos_glcts_tests controllable
Browse files Browse the repository at this point in the history
This is just a little mechanical step along the way to supporting this.

BUG=471903

Review URL: https://codereview.chromium.org/1310253011

Cr-Commit-Position: refs/heads/master@{#350003}
  • Loading branch information
petermayo authored and Commit bot committed Sep 21, 2015
1 parent efcb373 commit 2c34bcf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gpu/khronos_glcts_support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

import("//testing/test.gni")

declare_args() {
# TODO(GYP) - make this work. crbug.com/471903
internal_khronos_glcts_tests = false
}

test("khronos_glcts_test") {
sources = [
"khronos_glcts_test.cc",
Expand All @@ -16,7 +21,6 @@ test("khronos_glcts_test") {
]

# TODO(GYP) - make this work. crbug.com/471903
internal_khronos_glcts_tests = false
if (internal_khronos_glcts_tests) {
# TODO(GYP) implement me ...
}
Expand Down

0 comments on commit 2c34bcf

Please sign in to comment.