diff options
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni index 483f574ed6..6a836f6ca5 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -234,6 +234,8 @@ tests_sources = [ "$_tests/Test.cpp", "$_tests/TestConfigParsing.cpp", "$_tests/TestTest.cpp", + "$_tests/TestUtils.h", + "$_tests/TestUtils.cpp", "$_tests/TextBlobCacheTest.cpp", "$_tests/TextBlobTest.cpp", "$_tests/TextureCompressionTest.cpp", |