node/test/addons-napi/test_null_init/binding.gyp
Gabriel Schulhof ba30d149ea
n-api: throw when entry point is null
PR-URL: https://github.com/nodejs/node/pull/20779
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2018-05-25 14:01:04 +02:00

8 lines
114 B
Python

{
'targets': [
{
'target_name': 'test_null_init',
'sources': [ 'test_null_init.c' ]
}
]
}