summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-09 13:23:56 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-09 13:23:56 +0000
commit841ff599ff79daa0a978405a7d263994c9081ca6 (patch)
tree5d264547e90579ed3be0ec00af7f3f28046f51c7
parent99d5ecc89be4d33274a65c02aa1463e80ae1fe6c (diff)
downloadgyp-841ff599ff79daa0a978405a7d263994c9081ca6.tar.gz
Fix crash when querying a runtime config that is defined in environment
Fix crash when querying a runtime config in case when there's no skia.conf file and the config variable is still defined in the environment. Runs the added SkRTConf::UnitTest test as part of new "UnitTest" test. BUG=skia:1494 R=bsalomon@google.com, humper@google.com Author: kkinnunen@nvidia.com Review URL: https://chromiumcodereview.appspot.com/22650007 git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@10654 2bbb7eff-a529-9590-31e7-b0007b416f81
-rw-r--r--tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests.gyp b/tests.gyp
index f58b0ab..9062446 100644
--- a/tests.gyp
+++ b/tests.gyp
@@ -127,6 +127,7 @@
'../tests/TSetTest.cpp',
'../tests/ToUnicode.cpp',
'../tests/UnicodeTest.cpp',
+ '../tests/UnitTestTest.cpp',
'../tests/UtilsTest.cpp',
'../tests/WArrayTest.cpp',
'../tests/WritePixelsTest.cpp',