summaryrefslogtreecommitdiff
path: root/test/addons-napi/test_array/binding.gyp
blob: 44920de0986fdc665d6524fc0bef0cd879595949 (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "test_array",
      "sources": [ "test_array.c" ]
    }
  ]
}