diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-07-26 12:30:20 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-05 11:42:22 +0200 |
commit | e46b580c672e721a6222c83d3e8c111add18e4f2 (patch) | |
tree | 7396477582682b91161c85cba124a5d4dd3d2333 /test/api | |
parent | 2b590611991f94ecb464905a638730ba5408659b (diff) | |
download | qtlocation-mapboxgl-e46b580c672e721a6222c83d3e8c111add18e4f2.tar.gz |
[build] unify naming of Makefile targets
`make foo` just builds
`make run-foo` builds and runs
Diffstat (limited to 'test/api')
-rw-r--r-- | test/api/render_missing.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/api/render_missing.cpp b/test/api/render_missing.cpp index 135c1ecae5..024ebd3729 100644 --- a/test/api/render_missing.cpp +++ b/test/api/render_missing.cpp @@ -40,6 +40,7 @@ TEST(API, TEST_REQUIRES_SERVER(RenderMissingTile)) { std::string message; // This host does not respond (== connection error). + // Are you seeing this test fail? Make sure you don't have a server running on port 3001! map.setStyleJSON(style); map.renderStill([&](std::exception_ptr err, PremultipliedImage&&) { ASSERT_TRUE(err.operator bool()); |