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