File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1818,7 +1818,7 @@ def configure_node_lib_files(o):
18181818 o ['variables' ]['node_library_files' ] = SearchFiles ('lib' , 'js' )
18191819
18201820def configure_node_cctest_sources (o ):
1821- o ['variables' ]['node_cctest_sources' ] = [ 'src/node_snapshot_stub.cc' ] + \
1821+ o ['variables' ]['node_cctest_sources' ] = [] + \
18221822 SearchFiles ('test/cctest' , 'cc' ) + \
18231823 SearchFiles ('test/cctest' , 'h' )
18241824
Original file line number Diff line number Diff line change 12851285 'NODE_WANT_INTERNALS=1' ,
12861286 ],
12871287 'sources' : [
1288- 'src/node_snapshot_stub.cc' ,
12891288 'test/fuzzers/fuzz_env.cc' ,
12901289 ],
12911290 'conditions' : [
13301329 'NODE_WANT_INTERNALS=1' ,
13311330 ],
13321331 'sources' : [
1333- 'src/node_snapshot_stub.cc' ,
13341332 'test/fuzzers/fuzz_ClientHelloParser.cc' ,
13351333 ],
13361334 'conditions' : [
13791377 'NODE_WANT_INTERNALS=1' ,
13801378 ],
13811379 'sources' : [
1382- 'src/node_snapshot_stub.cc' ,
13831380 'test/fuzzers/fuzz_strings.cc' ,
13841381 ],
13851382 'conditions' : [
15611558 ],
15621559
15631560 'sources' : [
1564- 'src/node_snapshot_stub.cc' ,
15651561 'test/embedding/embedtest.cc' ,
15661562 ],
15671563
You can’t perform that action at this time.
0 commit comments