mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test: avoid copying test source files
Converting the helper functions to be inlined and making the helper file header only. PR-URL: https://github.com/nodejs/node/pull/49515 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gabriel Schulhof <gabrielschulhof@gmail.com>
This commit is contained in:
committed by
Node.js GitHub Bot
parent
ae115d68e0
commit
178dff255f
@@ -3,7 +3,6 @@
|
||||
{
|
||||
"target_name": "test_handle_scope",
|
||||
"sources": [
|
||||
"../entry_point.c",
|
||||
"test_handle_scope.c"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include <js_native_api.h>
|
||||
#include "../common.h"
|
||||
#include <string.h>
|
||||
#include "../common.h"
|
||||
#include "../entry_point.h"
|
||||
|
||||
// these tests validate the handle scope functions in the normal
|
||||
// flow. Forcing gc behavior to fully validate they are doing
|
||||
|
||||
Reference in New Issue
Block a user