summaryrefslogtreecommitdiff
path: root/test/node-api/test_null_init/binding.gyp
blob: 27701616e338db655c0f4ad67e7ed55067873bfe (plain)
1
2
3
4
5
6
7
8
{
  'targets': [
    {
      'target_name': 'test_null_init',
      'sources': [ 'test_null_init.c' ]
    }
  ]
}