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