From 6bb7e10185764f4ff211988c13c04706fecabd1c Mon Sep 17 00:00:00 2001 From: Jon Kunkee Date: Mon, 4 Mar 2019 15:55:16 -0800 Subject: [PATCH] Add Prereq section to Testing page --- docs/Testing.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Testing.md b/docs/Testing.md index ca7db34d..c17787cd 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -20,6 +20,14 @@ could be completely written to add a feature or fix a bug so long as they continue to support the functional behaviors defined by the tests: building programs, shared libraries, etc. +## Prerequisites + +* Python 3 in the path + * Using python 2 causes "only strings in environment" errors +* Target toolchain to be tested against + * Running a test for a given toolchain will tell you if something is + missing. + ## "Hello, world!" GYP test configuration Here is an actual test configuration,