node/test/cctest
Daniel Bevenius 8c934990ef
build: add node_lib_target_name to cctest deps
Currently the cctest target depend on the node_core_target_name
target. But it is the node_lib_target_name target that compiles the
sources now which means that if a source file in src is updated the
cctest executable will not be re-linked against it, but will remain
unchanged. The code will still be compiled, just not linked which
means that if you are debugging you'll not see the changes and also a
warning will be displayed about this issue.

This commit changes the cctest target to depend on node_lib_target_name.

Backport-PR-URL: https://github.com/nodejs/node/pull/18550
PR-URL: https://github.com/nodejs/node/pull/18576
Reviewed-By: Matheus Marchini <matheus@sthima.com>
Reviewed-By: Yihong Wang <yh.wang@ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2018-02-26 18:39:47 -05:00
..
node_test_fixture.cc test: introduce SetUpTestCase/TearDownTestCase 2018-02-26 18:39:42 -05:00
node_test_fixture.h src, test: node internals' postmortem metadata 2018-02-26 18:39:46 -05:00
test_aliased_buffer.cc test: remove destructor from node_test_fixture 2018-02-21 10:19:16 -05:00
test_base64.cc test: add basic cctest for base64.h 2017-04-08 11:57:40 +03:00
test_environment.cc src, test: node internals' postmortem metadata 2018-02-26 18:39:46 -05:00
test_inspector_socket.cc test: remove unused disposed_ variable 2018-01-08 02:21:00 -05:00
test_inspector_socket_server.cc test: properly tag anonymous namespaces 2018-02-21 14:20:04 -05:00
test_node_postmortem_metadata.cc build: add node_lib_target_name to cctest deps 2018-02-26 18:39:47 -05:00
test_url.cc module: Allow runMain to be ESM 2017-09-07 15:18:32 -05:00
test_util.cc build: enable cctest to use generated objects 2017-03-24 08:28:43 -07:00