mirror of https://github.com/nodejs/node.git
25 lines
401 B
Python
25 lines
401 B
Python
{
|
|
"targets": [
|
|
{
|
|
"target_name": "test_instance_data",
|
|
"sources": [
|
|
"test_instance_data.c"
|
|
]
|
|
},
|
|
{
|
|
"target_name": "test_set_then_ref",
|
|
"sources": [
|
|
"addon.c",
|
|
"test_set_then_ref.c",
|
|
]
|
|
},
|
|
{
|
|
"target_name": "test_ref_then_set",
|
|
"sources": [
|
|
"addon.c",
|
|
"test_ref_then_set.c",
|
|
]
|
|
},
|
|
]
|
|
}
|