Closed
Description
- Version: master
- Platform: macOS 10.11.6
- Subsystem: n-api
Running tests fails with an error due to missing binding.gyp in /test/addons-napi/test_instanceof/
$ make test
...
Building addon /Users/luigi/repos/node/test/addons-napi/test_instanceof/
gyp: binding.gyp not found (cwd: /Users/luigi/repos/node/test/addons-napi/test_instanceof) while trying to load binding.gyp
make[1]: *** [test/addons-napi/.buildstamp] Error 1
make: *** [test] Error 2