0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Daniel Bevenius ac7f1e339c
build: make gyp user defined variables lowercase
I mistakenly introduced user defined variables using uppercase
characters, reading the gyp documentation they state:
"Predefined variables. By convention, these are named with
CAPITAL_LETTERS. Predefined variables are set automatically by GYP"
and also "By convention, user-defined variables are named with
lowercase_letters."

This commit renames the user defined variables to lowercase to follow
the above mentioned convention.

PR-URL: https://github.com/nodejs/node/pull/16238
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-02-01 09:51:16 +01:00
..
async-hello-world src: add helper for addons to get the event loop 2017-11-21 08:33:19 +01:00
async-hooks-id test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
async-hooks-promise test: remove custom message from assertion 2017-11-07 09:50:54 +00:00
async-resource test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
at-exit test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
buffer-free-callback test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
callback-scope test: add common.crashOnUnhandledRejection to addons/callback-scope 2018-01-13 14:50:30 -08:00
dlopen-ping-pong n-api: use module name macro 2017-10-15 16:00:29 -07:00
errno-exception test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
heap-profiler test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
hello-world test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
hello-world-esm test: fix test-esm-addons 2017-10-13 10:50:02 -07:00
hello-world-function-export test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
load-long-path test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
make-callback test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
make-callback-recurse test: add common.crashOnUnhandledRejection() 2017-12-06 13:56:52 -05:00
new-target test: check that this != new.target in addon 2017-10-02 01:20:27 -03:00
node-module-version n-api: use module name macro 2017-10-15 16:00:29 -07:00
not-a-binding
null-buffer-neuter test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
openssl-binding build: refine static and shared lib build 2018-01-17 11:34:28 +08:00
openssl-client-cert-engine build: make gyp user defined variables lowercase 2018-02-01 09:51:16 +01:00
parse-encoding test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
repl-domain-abort domain: further abstract usage in C++ 2018-01-29 11:37:29 -05:00
stringbytes-external-exceed-max test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
symlinked-module test: move tmpdir to submodule of common 2018-01-31 22:11:07 -08:00
zlib-binding build: refine static and shared lib build 2018-01-17 11:34:28 +08:00
.gitignore Revert "build,test: make building addon tests less fragile" 2018-01-25 08:18:24 +11:00
testcfg.py