Skip to content
swannodette edited this page Oct 17, 2011 · 31 revisions

Checkout the V8 project, http://code.google.com/p/v8/. Build it with:

scons d8

Set the V8_HOME environment variable to the path where d8 lives. You should now be able to run the tests from the ClojureScript source directory with:

./script/test
Clone this wiki locally