aboutsummaryrefslogtreecommitdiff
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
authorcommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-29 19:50:39 +0000
committercommit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-10-29 19:50:39 +0000
commitf9a2759d9489d722b6fd93bfcbd8fd70a2dfba37 (patch)
tree8220ccc441e129511278db193a0287a8434a19ba /tests/skia_test.cpp
parent40258a5be9afe3820bdc6aed4dd94abff3160d94 (diff)
downloadskia-f9a2759d9489d722b6fd93bfcbd8fd70a2dfba37.tar.gz
tests: Provide a default resources path.
This is cuts down noise when running from skia/trunk, where this is the right path to look in. BUG= R=epoger@google.com Author: mtklein@google.com Review URL: https://codereview.chromium.org/51263002 git-svn-id: http://skia.googlecode.com/svn/trunk@12005 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index b8f80e0c4..fad7ca6f2 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -128,7 +128,7 @@ DEFINE_string2(match, m, NULL, "[~][^]substring[$] [...] of test name to run.\n"
"If a test does not match any list entry,\n" \
"it is skipped unless some list entry starts with ~");
DEFINE_string2(tmpDir, t, NULL, "tmp directory for tests to use.");
-DEFINE_string2(resourcePath, i, NULL, "directory for test resources.");
+DEFINE_string2(resourcePath, i, "resources", "directory for test resources.");
DEFINE_bool2(extendedTest, x, false, "run extended tests for pathOps.");
DEFINE_bool2(single, z, false, "run tests on a single thread internally.");
DEFINE_bool2(verbose, v, false, "enable verbose output.");