diff options
author | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 22:15:57 +0000 |
---|---|---|
committer | jrt@chromium.org <jrt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-18 22:15:57 +0000 |
commit | ace117a478ab0679f667313b07ea9d6efeea03eb (patch) | |
tree | ccfd6193cca5e7bf8a89c587fecd74912da8a029 /chrome/test/gpu/webgl_conformance_tests.cc | |
parent | a3b3f6ca3de690726d6657b0d1371036d1181432 (diff) | |
download | chromium_src-ace117a478ab0679f667313b07ea9d6efeea03eb.zip chromium_src-ace117a478ab0679f667313b07ea9d6efeea03eb.tar.gz chromium_src-ace117a478ab0679f667313b07ea9d6efeea03eb.tar.bz2 |
Auto-generate the WebGL conformance test list.
At compile-time, the webgl_conformance_test_list_autogen.h header is created by
a Python script. In the event of an update to the WebGL tests, no manual work
is needed to fix the corresponding gtest calls.
Review URL: http://codereview.chromium.org/7376004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92910 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/gpu/webgl_conformance_tests.cc')
-rw-r--r-- | chrome/test/gpu/webgl_conformance_tests.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/gpu/webgl_conformance_tests.cc b/chrome/test/gpu/webgl_conformance_tests.cc index 02afdd6..ce5c32e 100644 --- a/chrome/test/gpu/webgl_conformance_tests.cc +++ b/chrome/test/gpu/webgl_conformance_tests.cc @@ -85,6 +85,7 @@ TEST_F(WebGLConformanceTests, name) { \ // The test declarations are located in webgl_conformance_test_list_autogen.h, // because the list is automatically generated by a script. +// See: generate_webgl_conformance_test_list.py #include "webgl_conformance_test_list_autogen.h" } // namespace |