-
Notifications
You must be signed in to change notification settings - Fork 791
Running the tests
swannodette edited this page Apr 5, 2012
·
31 revisions
Checkout the V8 project, http://code.google.com/p/v8/. Following the build instructions here
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
Besides the tests it's important to make sure that the Browser REPL hasn't accidentally been broken. Double-check using the sample found in the depository.
- Rationale
- Quick Start
- Differences from Clojure
- [Usage of Google Closure](Google Closure)