node/test/js-native-api/test_error/binding.gyp

12 lines
148 B
Python

{
"targets": [
{
"target_name": "test_error",
"sources": [
"../entry_point.c",
"test_error.c"
]
}
]
}