From c250d2e4abdbe8193357696518592af8a0b4555a Mon Sep 17 00:00:00 2001 From: krajcevski Date: Fri, 6 Jun 2014 06:16:28 -0700 Subject: 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 --- gyp/tests.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'gyp/tests.gypi') 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', -- cgit v1.2.3