build: rename binary from node to iojs

* rename the build targets

* update the test runner to use `out/{Debug,Release}/iojs`

* update the installer to install the iojs binary

* update one test that explicitly checks for the binary name

PR-URL: https://github.com/iojs/io.js/pull/262
Reviewed-By: Bert Belder <bertbelder@gmail.com>
This commit is contained in:
Ben Noordhuis
2015-01-08 14:00:43 +01:00
parent 3e7a25dd95
commit f17f473af5
6 changed files with 25 additions and 25 deletions

4
.gitignore vendored
View File

@@ -10,8 +10,8 @@ tags
doc/api.xml
tmp/
test/tmp*/
node
node_g
iojs
iojs_g
*.swp
.benchmark_reports
/.project