node/test/addons-napi/test_reference/binding.gyp
Jason Ginchereau 427125491f n-api: Reference and external tests
- Add a test project to addons-napi that covers the
   N-API reference and external APIs
 - Fix a bug in napi_typeof that was found by the new tests

PR-URL: https://github.com/nodejs/node/pull/12551
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2017-04-27 16:33:19 -04:00

9 lines
114 B
Python

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