summaryrefslogtreecommitdiff
path: root/platform/node/test/render.test.js
blob: 0527a1907059967a736a9ee7764709a46f5f0b20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'use strict';

var suite = require('mapbox-gl-test-suite').render;
var suiteImplementation = require('./suite_implementation');

var tests;

if (process.argv[1] === __filename && process.argv.length > 2) {
    tests = process.argv.slice(2);
}

suite.run('native', {tests: tests}, suiteImplementation);