mirror of
https://github.com/nodejs/node.git
synced 2024-11-28 22:46:31 +01:00
1ee47d550c
This is a refactoring of https://github.com/nodejs/node/pull/26998 following https://github.com/nodejs/node/pull/28505. The functions `add_last_status()` and `add_returned_status()` are now reused, see also https://github.com/nodejs/node/pull/28848. PR-URL: https://github.com/nodejs/node/pull/28894 Reviewed-By: Gabriel Schulhof <gabriel.schulhof@intel.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
13 lines
177 B
Python
13 lines
177 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_function",
|
|
"sources": [
|
|
"../common.c",
|
|
"../entry_point.c",
|
|
"test_function.c"
|
|
]
|
|
}
|
|
]
|
|
}
|