diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-11-04 12:45:01 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-11-04 12:45:01 +0100 |
commit | 4efb441008e361042c943410df486cebddf44586 (patch) | |
tree | d68c9bb88988879062353ad41f7107c0cb903e0f /test/test.gyp | |
parent | 1e2c5f988e9e2a6cdd91d7d6644ffd17211cde25 (diff) | |
download | qtlocation-mapboxgl-4efb441008e361042c943410df486cebddf44586.tar.gz |
Run tests using http requests
We now start a local HTTP server on port 2900 that serves the test fixtures. This is the same port we also use in the JS test suite
fixes #532
Diffstat (limited to 'test/test.gyp')
-rw-r--r-- | test/test.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test.gyp b/test/test.gyp index 8ae475d1c1..96e0917a52 100644 --- a/test/test.gyp +++ b/test/test.gyp @@ -162,9 +162,7 @@ 'product_name': 'test_headless', 'type': 'executable', 'sources': [ - './main.cpp', './headless.cpp', - './fixtures/fixture_request.cpp', './fixtures/fixture_log.cpp', ], 'conditions': [ |