summaryrefslogtreecommitdiff
path: root/test/src/main.cpp
blob: f2d2944ec7a28027281cf3bd42cc408ff20e217b (plain)
1
2
3
4
5
6
#include <mbgl/test/util.hpp>

GTEST_API_ int main(int argc, char *argv[]) {
    testing::InitGoogleTest(&argc, argv);
    return RUN_ALL_TESTS();
}