summaryrefslogtreecommitdiffstats
path: root/build/SConscript.googleurl
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-09 23:45:31 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-09 23:45:31 +0000
commit760e5dcd173be3c55087c30a880aa2936ea814a4 (patch)
treed5750460c70cb578968f04edb8fa840e927e882a /build/SConscript.googleurl
parent3b98246a35f25df934bcc1263c266f8b3c04e3be (diff)
downloadchromium_src-760e5dcd173be3c55087c30a880aa2936ea814a4.zip
chromium_src-760e5dcd173be3c55087c30a880aa2936ea814a4.tar.gz
chromium_src-760e5dcd173be3c55087c30a880aa2936ea814a4.tar.bz2
Oops. It's called _unittest, not _test.
Review URL: http://codereview.chromium.org/1686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1952 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/SConscript.googleurl')
-rw-r--r--build/SConscript.googleurl2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/SConscript.googleurl b/build/SConscript.googleurl
index 4d5dd11..abfb736 100644
--- a/build/SConscript.googleurl
+++ b/build/SConscript.googleurl
@@ -76,6 +76,6 @@ test_files = [
'#/../base/run_all_unittests.cc'
]
-gurl_unittests = env_tests.ChromeTestProgram('googleurl_tests', test_files)
+gurl_unittests = env_tests.ChromeTestProgram('googleurl_unittests', test_files)
installed_gurl_unittests = env.Install('$TARGET_ROOT', gurl_unittests)