diff --git a/BUILDING.md b/BUILDING.md index 5a40615f3c36f8..e9bf0bc01337f2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -50,6 +50,21 @@ To run the tests: $ make test ``` +To run the native module tests: + +```text +$ make test-addons +``` + +To run the npm test suite: + +*note: to run the suite on node v4 or earlier you must first* +*run `make install`* + +``` +$ make test-npm +``` + To build the documentation: This will build Node.js first (if necessary) and then use it to build the docs: