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