summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-26 15:11:19 +0100
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:08 +0100
commitd53ddb34688948ed8bc66ea074cda6b0feb1ad1a (patch)
tree96705d0f2ead227768c480089beca56b3c773074 /README.md
parent704b3719f5acfe2291c5976bf8c0935bb9523f5a (diff)
downloadqtlocation-mapboxgl-d53ddb34688948ed8bc66ea074cda6b0feb1ad1a.tar.gz
add information about running tests to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index e88538aaa2..ab24baff36 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,7 @@ To create projects, you can run:
- `make lproj`: Creates an Xcode project with platform-independent handlers for downloads and settings storage. This is what is also being built on Linux.
- `make osx run-osx`: Builds and runs the OS X application on the command line with `xcodebuild`.
- `make linux run-linux`: Builds and runs the Linux application with `make`.
+- `make test-*` Builds and runs all tests. You can specify individual tests by replacing * with their name.
Note that you can't have more than one project in Xcode open at a time since they the static library project is shared across the OS X, Linux and iOS project.