From e1890b33c87f200eb150c7bc7d50cd5e64e50122 Mon Sep 17 00:00:00 2001 From: Brett Sheffield Date: Fri, 17 Nov 2017 11:19:08 +0000 Subject: [PATCH] clarify that docs must be built before make test See comment in https://github.com/nodejs/node/issues/16650 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 52c11aa08e9adf..17351205fd22c0 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -127,7 +127,7 @@ for more information. Note that the above requires that `python` resolve to Python 2.6 or 2.7 and not a newer version. -To run the tests: +To run the tests (NB: you must build the docs first - see below): ```console $ make test