0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Justin Chase 8593b3e8eb module: use UNC paths when loading native addons
When using require to load a native addon the path must be converted
into a long path, otherwise the addon will fail to be loaded on
windows if the path is longer than 260 characters.

PR-URL: https://github.com/nodejs/node/pull/2965
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Benjamin Gruenbaum <inglor@gmail.com>
2015-10-05 22:09:51 +02:00
..
async-hello-world src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
at-exit src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
heap-profiler deps: update v8 to 4.4.63.9 2015-08-04 11:56:14 -07:00
hello-world src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
hello-world-function-export src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
load-long-path module: use UNC paths when loading native addons 2015-10-05 22:09:51 +02:00
repl-domain-abort src: replace usage of v8::Handle with v8::Local 2015-09-06 21:38:05 +10:00
.gitignore build: make ci test addons in test/addons 2015-08-25 12:03:57 +02:00
testcfg.py addons: build and test examples 2014-01-22 00:39:13 +04:00