Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: test/cctest/SConscript

Issue 214051: Pushed 1.3.12 to trunk. (Closed) Base URL: http://v8.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/zone-inl.h ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2008 the V8 project authors. All rights reserved. 1 # Copyright 2008 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 27 matching lines...) Expand all
38 'test-api.cc', 38 'test-api.cc',
39 'test-ast.cc', 39 'test-ast.cc',
40 'test-compiler.cc', 40 'test-compiler.cc',
41 'test-conversions.cc', 41 'test-conversions.cc',
42 'test-debug.cc', 42 'test-debug.cc',
43 'test-decls.cc', 43 'test-decls.cc',
44 'test-flags.cc', 44 'test-flags.cc',
45 'test-func-name-inference.cc', 45 'test-func-name-inference.cc',
46 'test-hashmap.cc', 46 'test-hashmap.cc',
47 'test-heap.cc', 47 'test-heap.cc',
48 'test-heap-profiler.cc',
48 'test-list.cc', 49 'test-list.cc',
49 'test-lock.cc', 50 'test-lock.cc',
50 'test-log.cc', 51 'test-log.cc',
51 'test-log-utils.cc', 52 'test-log-utils.cc',
52 'test-mark-compact.cc', 53 'test-mark-compact.cc',
53 'test-regexp.cc', 54 'test-regexp.cc',
54 'test-serialize.cc', 55 'test-serialize.cc',
55 'test-sockets.cc', 56 'test-sockets.cc',
56 'test-spaces.cc', 57 'test-spaces.cc',
57 'test-strings.cc', 58 'test-strings.cc',
(...skipping 23 matching lines...) Expand all
81 context.ApplyEnvOverrides(env) 82 context.ApplyEnvOverrides(env)
82 # There seems to be a glitch in the way scons decides where to put 83 # There seems to be a glitch in the way scons decides where to put
83 # PDB files when compiling using MSVC so we specify it manually. 84 # PDB files when compiling using MSVC so we specify it manually.
84 # This should not affect any other platforms. 85 # This should not affect any other platforms.
85 return env.Program('cctest', ['cctest.cc', cctest_files, object_files], 86 return env.Program('cctest', ['cctest.cc', cctest_files, object_files],
86 PDB='cctest.exe.pdb') 87 PDB='cctest.exe.pdb')
87 88
88 89
89 program = Build() 90 program = Build()
90 Return('program') 91 Return('program')
OLDNEW
« no previous file with comments | « src/zone-inl.h ('k') | test/cctest/test-heap-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698