node/test/addons
Junliang Yan b8cea49c88 test: fix heap-profiler link error LNK1194 on win
Fix the following error message in windows using VS 2013:

    LINK : fatal error LNK1194: cannot delay-load 'node.exe'
    due to import of data symbol '"__declspec(dllimport)
    const v8::OutputStream::`vftable'"
    (__imp_??_7OutputStream@v8@@6B@)'; link without
    /DELAYLOAD:node.exe

PR-URL: https://github.com/nodejs/node/pull/3572
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-10-29 13:16:35 +11:00
..
async-hello-world test: fix missing unistd.h on windows 2015-10-29 13:16:35 +11:00
at-exit test: load common.js in all tests 2015-10-06 15:11:47 -07:00
buffer-free-callback buffer: fix assertion error in WeakCallback 2015-10-12 20:47:10 -07:00
heap-profiler test: fix heap-profiler link error LNK1194 on win 2015-10-29 13:16:35 +11:00
hello-world test: load common.js in all tests 2015-10-06 15:11:47 -07:00
hello-world-function-export test: load common.js in all tests 2015-10-06 15:11:47 -07:00
load-long-path module: use UNC paths when loading native addons 2015-10-05 22:09:51 +02:00
make-callback test: add node::MakeCallback() test coverage 2015-10-25 21:25:51 -04:00
repl-domain-abort test: load common.js in all tests 2015-10-06 15:11:47 -07:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py