0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/cctest
Daniel Bevenius 30f89dfbf6 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.

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-19 12:27:25 +01:00
..
node_test_fixture.cc test: introduce SetUpTestCase/TearDownTestCase 2018-02-06 06:50:14 +01:00
node_test_fixture.h test: remove NodeTestFixture from Env constructor 2018-02-06 06:50:33 +01:00
test_aliased_buffer.cc test: remove destructor from node_test_fixture 2018-02-05 06:58:05 +01:00
test_base64.cc
test_environment.cc src: set thread local env in CreateEnvironment 2018-02-16 07:27:08 +01:00
test_inspector_socket_server.cc test: properly tag anonymous namespaces 2018-02-08 18:43:36 -05:00
test_inspector_socket.cc test: remove unused disposed_ variable 2017-12-14 07:19:49 +01:00
test_node_postmortem_metadata.cc build: add node_lib_target_name to cctest deps 2018-02-19 12:27:25 +01:00
test_url.cc
test_util.cc