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