summaryrefslogtreecommitdiff
path: root/test/style/custom_vector_source.test.cpp
blob: 1d9be99a58c76f99dfcff0d335d62ee74ff9b863 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include <mbgl/test/util.hpp>

#include <mbgl/style/sources/custom_vector_source.hpp>
#include <mbgl/style/sources/geojson_source.hpp>
#include <mbgl/tile/tile_id.hpp>
#include <mbgl/util/geo.hpp>

using namespace mbgl;

//TODO: AHM: Add tests with real expectations
TEST(CustomVectorSource, EmptyTest) {
}