mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Edit instructions for running tests #146

Closed boundsj closed 8 years ago

boundsj commented 8 years ago

The instructions were not correct for GL JS. This updates the readme to note the correct commands to run tests on both GL JS and GL native and also links to the contributing docs in each repo since new developers may need to complete prerequisites before attempting to run tests.

cc @jfirebaugh

jfirebaugh commented 8 years ago

This was changed in mapbox-gl-js in https://github.com/mapbox/mapbox-gl-js/commit/156f345934fcdddadd665fe82e70f687fb00da54. I'd prefer to restore a test-suite target there and keep the command the same between gl-js and gl-native.

cc @mourner

mourner commented 8 years ago

Restored test-suite target in GL JS.