summaryrefslogtreecommitdiff
path: root/test/include/mbgl/test.hpp
blob: db47ebb8d857c687bb93e7ccdeff57e752139b71 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <mbgl/util/util.hpp>

namespace mbgl {

MBGL_EXPORT int runTests(int argc, char* argv[]);

} // namespace mbgl