Revision: 15425
Author:   [email protected]
Date:     Mon Jul  1 07:27:04 2013
Log:      Edited wiki page BuildingWithGYP through web user interface.
http://code.google.com/p/v8/source/detail?r=15425

Modified:
 /wiki/BuildingWithGYP.wiki

=======================================
--- /wiki/BuildingWithGYP.wiki  Mon May 13 08:34:51 2013
+++ /wiki/BuildingWithGYP.wiki  Mon Jul  1 07:27:04 2013
@@ -88,28 +88,6 @@

   * {{{hardfp=on}}} creates "hardfp" binaries on ARM.

-====Testing:====
-
-You can append {{{.check}}} to any build target to have tests run for it, e.g.
-{{{
-make ia32.release.check
-make ia32.check
-make release.check
-make check # builds and tests everything (no dot before "check"!)
-}}}
-
-You can also run tests manually:
-{{{
-tools/run-tests.py --arch-and-mode=ia32.release [--outdir=foo]
-}}}
-
-Or you can run individual tests:
-{{{
-tools/run-tests.py --arch=ia32 cctest/test-heap/SymbolTable mjsunit/delete-in-eval
-}}}
-
-Run the script with {{{--help}}} to find out about its other options. --outdir defaults to {{{out}}}.
-
 ===Clang + make===

Building with clang works on both Mac and Linux. You can use the same Makefile and instructions as when building with GCC, just a few extra steps are required first:

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to