aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tests.gypi
diff options
context:
space:
mode:
authorGravatar krajcevski <krajcevski@google.com>2014-06-06 06:16:28 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-06 06:16:28 -0700
commitc250d2e4abdbe8193357696518592af8a0b4555a (patch)
treeec333c67dd8a8fa3690ac4a2bbbcc8aab4e9120f /gyp/tests.gypi
parentb0b0feb71f0841497c041aa4aca2b10e032224e0 (diff)
Initial KTX encoder
The encoder comes with tests to check that the encoding/decoding operations between ETC encoded bitmaps and ARGB bitmaps are sane. R=bsalomon@google.com, robertphillips@google.com Author: krajcevski@google.com Review URL: https://codereview.chromium.org/312353003
Diffstat (limited to 'gyp/tests.gypi')
-rw-r--r--gyp/tests.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index 46d40fc640..7a32da29e1 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -104,6 +104,7 @@
'../tests/ImageFilterTest.cpp',
'../tests/InfRectTest.cpp',
'../tests/JpegTest.cpp',
+ '../tests/KtxTest.cpp',
'../tests/LListTest.cpp',
'../tests/LayerDrawLooperTest.cpp',
'../tests/LayerRasterizerTest.cpp',