summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/BuildingOnWindows.txt')
-rw-r--r--Documentation/BuildingOnWindows.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/BuildingOnWindows.txt b/Documentation/BuildingOnWindows.txt
index 6f599be..fe2080c 100644
--- a/Documentation/BuildingOnWindows.txt
+++ b/Documentation/BuildingOnWindows.txt
@@ -25,3 +25,13 @@ Building Swift
openssl = "path\to\openssl"
qt = "path\to\qt"
- Run 'scons'
+- To build only a subdir, add the path as a target to scons. E.g., for Swift:
+ scons Swift
+
+Running tests
+-------------
+- Run
+ scons test=unit
+ for running the unit tests, or
+ scons test=all
+ for running all tests.