mirror of
https://github.com/nodejs/node.git
synced 2025-05-22 08:03:11 +00:00

Add a test addon that makes use of the zlib implementation bundled with node, checking that a compression/decompression round-trip works. This is largely based on the already-existing OpenSSL addon. Fixes: https://github.com/nodejs/node/issues/7535 PR-URL: https://github.com/nodejs/node/pull/8039 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
10 lines
147 B
Python
10 lines
147 B
Python
{
|
|
'targets': [
|
|
{
|
|
'target_name': 'binding',
|
|
'sources': ['binding.cc'],
|
|
'include_dirs': ['../../../deps/zlib'],
|
|
},
|
|
]
|
|
}
|