diff --git a/BUILDING.md b/BUILDING.md index da52875e7b..7e52658eec 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: ```text