0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-25 08:19:38 +01:00
nodejs/test
Ben Noordhuis edaf7af30b test: make test runner multi-arch/mode compatible
Make `python tools/test.py --arch=ia32,x64 --mode=debug,release` work.
The test runner looks for the `node` binary in `out/${arch}.${mode}/`.

Running tools/test.py without --arch makes it use `out/Release/node` or
`out/Debug/node` like before.

This commit removes `test/simple/test-executable-path.js` because the
assumptions it makes about the locations of the debug and release
binaries are now outdated.

PR-URL: https://github.com/node-forward/node/pull/24
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2014-10-16 22:39:34 +02:00
..
addons node,async-wrap: verify domain enter/exit are set 2014-09-02 11:30:45 -07:00
debugger
disabled deps: re-implement debugger-agent 2014-10-08 15:36:08 +04:00
fixtures test: fix debug-signal-cluster after da update 2014-10-08 15:36:16 +04:00
gc
internet dns: include host name in error message if available 2014-09-16 15:32:04 +04:00
message test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
pummel
simple test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
testpy test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
timers test: make test runner multi-arch/mode compatible 2014-10-16 22:39:34 +02:00
common.js tools: fix for testing openssl integrations 2014-10-08 01:19:25 -07:00