From 934e66496696ff25aac079909531dc0965807fb8 Mon Sep 17 00:00:00 2001 From: Matthew Delves Date: Fri, 4 Dec 2015 11:07:48 +1100 Subject: [PATCH] Provide clarity around the dependencies of running tests on the swift project in README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c982f6708b011..48d7274c0e58b 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,9 @@ A basic command to build Swift and run basic tests with Ninja: utils/build-script -t +Note: To build and run the tests for the swift project, you'll need the +swift-clang, swift-llvm and swift-cmark projects cloned from GitHub. + ## Develop Swift in Xcode The Xcode IDE can be used to edit the Swift source code, but it is not currently