| Index: test/cctest/SConscript
|
| ===================================================================
|
| --- test/cctest/SConscript (revision 4205)
|
| +++ test/cctest/SConscript (working copy)
|
| @@ -34,15 +34,21 @@
|
|
|
| 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',
|
| @@ -54,6 +60,7 @@
|
| 'test-log-utils.cc',
|
| 'test-mark-compact.cc',
|
| 'test-parsing.cc',
|
| + 'test-profile-generator.cc',
|
| 'test-regexp.cc',
|
| 'test-serialize.cc',
|
| 'test-sockets.cc',
|
|
|