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