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
committerlegendecas <legendecas@gmail.com>2021-07-05 08:55:51 +0300
commit392213a3873ca702e49a16911b3cb74348b6cbab (patch)
tree8d78049e003af2bd6919bd6f0f9663f61043bee4 /node.gyp
parent0738a2b7bd011c421b458e586c49f9a7f2657b90 (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 b22965d2cd9..691ce22ff3d 100644
--- a/node.gyp
+++ b/node.gyp
@@ -1105,7 +1105,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',