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