summaryrefslogtreecommitdiff
path: root/test/node-api/test_instance_data/binding.gyp
blob: eb20531269e0f8c093a3296b5c8eabdbdaf7a9e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "targets": [
    {
      "target_name": "test_instance_data",
      "sources": [
        "test_instance_data.c"
      ]
    },
    {
      "target_name": "test_set_then_ref",
      "sources": [
        "addon.c",
        "test_set_then_ref.c",
      ]
    },
    {
      "target_name": "test_ref_then_set",
      "sources": [
        "addon.c",
        "test_ref_then_set.c",
      ]
    },
  ]
}