Revision: 10804
Author:   [email protected]
Date:     Thu Feb 23 00:49:18 2012
Log: Added deprecation notice and link to BuildingWithGYP to Testing wiki page.
http://code.google.com/p/v8/source/detail?r=10804

Modified:
 /wiki/Testing.wiki

=======================================
--- /wiki/Testing.wiki  Mon Nov 23 08:12:51 2009
+++ /wiki/Testing.wiki  Thu Feb 23 00:49:18 2012
@@ -2,6 +2,9 @@

V8 includes a test framework that allows you to test the engine. The framework lets you run both our own test suites that are included with the source code and others, currently only the Mozilla tests.

+*Please note: the instructions below are deprecated, as they assume you use SCons to build V8. You should use GYP instead. Please follow the instructions at [http://code.google.com/p/v8/wiki/BuildingWithGYP BuildingWithGYP], in particular the [http://code.google.com/p/v8/wiki/BuildingWithGYP#Testing Testing] section.*
+
+
 == Running the V8 tests ==

V8 comes with two test suites: a set of unit tests written in C++, the _cctest_ suite, and a set of !JavaScript tests, the _mjsunit_ suite. You can run them by running the Python test script:

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to