summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/SConscript
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-03-23 15:19:12 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-03-23 15:19:32 -0700
commitb35d72df760bb7d65382b156de4863738e28c662 (patch)
tree2d8dbaf477a0a1ebcf92d70b1db30c3085f2c9c2 /deps/v8/test/cctest/SConscript
parent6e603ccbe2dec3394ea0af86e226bfc9eea7bcd5 (diff)
downloadnode-new-b35d72df760bb7d65382b156de4863738e28c662.tar.gz
Upgrade V8 to 2.1.7
Diffstat (limited to 'deps/v8/test/cctest/SConscript')
-rw-r--r--deps/v8/test/cctest/SConscript6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/test/cctest/SConscript b/deps/v8/test/cctest/SConscript
index 353ae40dd1..0d59b214e8 100644
--- a/deps/v8/test/cctest/SConscript
+++ b/deps/v8/test/cctest/SConscript
@@ -34,15 +34,21 @@ Import('context object_files')
SOURCES = {
'all': [
+ 'gay-shortest.cc',
'test-accessors.cc',
'test-alloc.cc',
'test-api.cc',
'test-ast.cc',
+ 'test-circular-queue.cc',
'test-compiler.cc',
'test-conversions.cc',
+ 'test-cpu-profiler.cc',
'test-dataflow.cc',
'test-debug.cc',
'test-decls.cc',
+ 'test-diy-fp.cc',
+ 'test-double.cc',
+ 'test-fast-dtoa.cc',
'test-flags.cc',
'test-func-name-inference.cc',
'test-hashmap.cc',