summaryrefslogtreecommitdiff
path: root/test/js-native-api/test_array/binding.gyp
blob: feb6bd37d88b28258b7f136dcc453af27ee0c932 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "targets": [
    {
      "target_name": "test_array",
      "sources": [
        "../entry_point.c",
        "test_array.c"
      ]
    }
  ]
}