diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-31 12:02:39 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-31 12:02:39 -0400 |
commit | 86230821e4da9605f5ac4a53d011835d37fc73e4 (patch) | |
tree | 77693f0be69c3fb978ba9b47fa2835bfe065099b /.gitmodules | |
parent | 15cf30652cf6b6d9a52bc6eb9815fd2e19ab78e3 (diff) | |
download | qtlocation-mapboxgl-86230821e4da9605f5ac4a53d011835d37fc73e4.tar.gz |
use test suite as submodule instead of using npm
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index a1359e7398..850e0c7e2b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "ios/mapbox-gl-cocoa"] path = ios/mapbox-gl-cocoa url = https://github.com/mapbox/mapbox-gl-cocoa.git + +[submodule "test/suite"] + path = test/suite + url = https://github.com/mapbox/mapbox-gl-test-suite.git |