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