| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6ea43d1 commit 5c154a8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -50,6 +50,21 @@ To run the tests: | |||
| 50 | 50 | $ make test | |
| 51 | 51 | ``` | |
| 52 | 52 | ||
| 53 | + To run the native module tests: | ||
| 54 | + | ||
| 55 | + ```text | ||
| 56 | + $ make test-addons | ||
| 57 | + ``` | ||
| 58 | + | ||
| 59 | + To run the npm test suite: | ||
| 60 | + | ||
| 61 | + *note: to run the suite on node v4 or earlier you must first* | ||
| 62 | + *run `make install`* | ||
| 63 | + | ||
| 64 | + ``` | ||
| 65 | + $ make test-npm | ||
| 66 | + ``` | ||
| 67 | + | ||
| 53 | 68 | To build the documentation: | |
| 54 | 69 | ||
| 55 | 70 | This will build Node.js first (if necessary) and then use it to build the docs: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments