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