git-subtree-dir: third_party/libosmium git-subtree-split: 910f8f1e992402e0f1acd0132eaffa7539ca83d2
8 lines
303 B
Batchfile
8 lines
303 B
Batchfile
set TESTDATA_DIR=%1
|
|
|
|
del multipolygon.db multipolygon-tests.json
|
|
%2\testdata-multipolygon %TESTDATA_DIR%\grid\data\all.osm >multipolygon.log 2>&1
|
|
if ERRORLEVEL 1 (exit /b 1)
|
|
ruby %TESTDATA_DIR%\bin\compare-areas.rb %TESTDATA_DIR%\grid\data\tests.json multipolygon-tests.json
|
|
if ERRORLEVEL 1 (exit /b 1)
|