node/test/addons
Daniel Bevenius 88cd4cfcb0 test: rename target to exports for consistency
The doc/api/addons.md document contains examples of Addon
Initialization functions that take a parameter named exports.
This also matches the name used in node.cc when calling:
mp->nm_register_func(exports, module, mp->nm_priv);

Currently, a number of the tests name this same parameter target. This
commit renames target to exports for consistency.

PR-URL: https://github.com/nodejs/node/pull/9135
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2016-11-15 13:28:39 -05:00
..
async-hello-world test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
at-exit test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
buffer-free-callback test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
heap-profiler test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
hello-world test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
hello-world-function-export test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
load-long-path test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
make-callback test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
make-callback-recurse test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
null-buffer-neuter test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
openssl-binding test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04:00
parse-encoding test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
repl-domain-abort test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
stringbytes-external-exceed-max test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
symlinked-module test: rename target to exports for consistency 2016-11-15 13:28:39 -05:00
zlib-binding test: enable addons test to pass with debug build 2016-10-11 12:33:05 -04: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