summaryrefslogtreecommitdiff
path: root/test/addons-napi/test_number/binding.gyp
blob: 9a7b2a3d319c50cbd44c629d7217f299ef40463c (plain)
1
2
3
4
5
6
7
8
{
  "targets": [
    {
      "target_name": "binding",
      "sources": [ "test_number.c" ]
    }
  ]
}