node/test/addons-napi/test_general/binding.gyp
Michael Dawson 0dd8b9a965 test: Improve N-API test coverage
- add coverage for napi_get_prototype
- add coverage for napi_strict_equals

PR-URL: https://github.com/nodejs/node/pull/13044
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jason Ginchereau <jasongin@microsoft.com>
2017-05-17 18:03:35 -04:00

8 lines
110 B
Python

{
"targets": [
{
"target_name": "test_general",
"sources": [ "test_general.c" ]
}
]
}