Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlegendecas <legendecas@gmail.com>2021-06-08 16:53:07 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-09-04 13:37:05 +0300
commit9e5edf2158860bd49ffa6b67f5c87a2296cfb32a (patch)
treee2dd272194b52deeffb1e898807b2d6451b63ae9 /node.gyp
parent9178805653c88f39594b2a6a1b637f76eaf9ce53 (diff)
node-api: cctest on v8impl::Reference
PR-URL: https://github.com/nodejs/node/pull/38970 Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index 1abe8e8e75a..e99cd597afd 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1060,7 +1060,9 @@
'test/cctest/test_base_object_ptr.cc',
'test/cctest/test_node_postmortem_metadata.cc',
'test/cctest/test_environment.cc',
+ 'test/cctest/test_js_native_api_v8.cc',
'test/cctest/test_linked_binding.cc',
+ 'test/cctest/test_node_api.cc',
'test/cctest/test_per_process.cc',
'test/cctest/test_platform.cc',
'test/cctest/test_json_utils.cc',