test: add heap profiler add-on regression test
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 28 May 2015 19:46:54 +0000 (21:46 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 28 May 2015 20:01:10 +0000 (22:01 +0200)
commit4e90c82cdb9d69dbffe340e7ac9bd1b4b6e1d781
treed6aa6eb52f98ea78d530f0b9c57717f8c007d25e
parent3a1bc067d467c54853747e1697c7c1bcc010aae1
test: add heap profiler add-on regression test

Add a regression test for https://github.com/nodejs/io.js/pull/1827.

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