test: add node::MakeCallback() test coverage
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 21 Oct 2015 23:30:19 +0000 (01:30 +0200)
committerJames M Snell <jasnell@gmail.com>
Fri, 30 Oct 2015 17:07:47 +0000 (10:07 -0700)
commit3f62952d42241014c052f01898fcf78a2f28610f
tree7e6b70cdc7e983987ccd382b6bdb7eee0a6bae36
parentfbd93d4c1ce76f7a509b923d44dd2e15d9e72713
test: add node::MakeCallback() test coverage

PR-URL: https://github.com/nodejs/node/pull/3478
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
test/addons/make-callback/binding.cc [new file with mode: 0644]
test/addons/make-callback/binding.gyp [new file with mode: 0644]
test/addons/make-callback/test.js [new file with mode: 0644]