summaryrefslogtreecommitdiff
path: root/test/src/main.mm
blob: 12d5de4d5a48e350e666b67ec215bd812d32d171 (plain)
1
2
3
4
5
6
7
8
#include <mbgl/test.hpp>

#import <Foundation/Foundation.h>

int main(int argc, char* argv[]) {
    [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
    return mbgl::runTests(argc, argv);
}