diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-26 15:11:19 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:08 +0100 |
commit | d53ddb34688948ed8bc66ea074cda6b0feb1ad1a (patch) | |
tree | 96705d0f2ead227768c480089beca56b3c773074 /README.md | |
parent | 704b3719f5acfe2291c5976bf8c0935bb9523f5a (diff) | |
download | qtlocation-mapboxgl-d53ddb34688948ed8bc66ea074cda6b0feb1ad1a.tar.gz |
add information about running tests to readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |