diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 22:09:39 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-14 22:09:39 +0000 |
commit | e63d59867890b09ccac706b3bc99ec69efd261c1 (patch) | |
tree | 01327ba09f7693c310cd737d6bb9b061718d31af /base/SConscript | |
parent | 51077acd7f613ca7bc38d61ad1d22be2233a6e15 (diff) | |
download | chromium_src-e63d59867890b09ccac706b3bc99ec69efd261c1.zip chromium_src-e63d59867890b09ccac706b3bc99ec69efd261c1.tar.gz chromium_src-e63d59867890b09ccac706b3bc99ec69efd261c1.tar.bz2 |
Add command_line_unittest and pr_time_test to the linux set of unittests. Fix the const-ness of argv in CommandLine on posix.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@901 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/SConscript')
-rw-r--r-- | base/SConscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/SConscript b/base/SConscript index 719b019..de6748f 100644 --- a/base/SConscript +++ b/base/SConscript @@ -231,11 +231,13 @@ if env['PLATFORM'] == 'win32': # cross-platform live below. test_files = [ 'at_exit_unittest.cc', + 'command_line_unittest.cc', 'json_reader_unittest.cc', 'json_writer_unittest.cc', 'linked_ptr_unittest.cc', 'observer_list_unittest.cc', 'pickle_unittest.cc', + 'pr_time_test.cc', 'ref_counted_unittest.cc', 'run_all_unittests.cc', 'sha2_unittest.cc', @@ -260,7 +262,6 @@ if env['PLATFORM'] == 'win32': test_files.extend([ 'clipboard_unittest.cc', - 'command_line_unittest.cc', 'condition_variable_test.cc', 'file_util_unittest.cc', 'idletimer_unittest.cc', @@ -269,7 +270,6 @@ if env['PLATFORM'] == 'win32': 'object_watcher_unittest.cc', 'path_service_unittest.cc', 'process_util_unittest.cc', - 'pr_time_test.cc', 'run_all_unittests.cc', 'shared_event_unittest.cc', 'shared_memory_unittest.cc', |