blob: 0dd52ca7feac0643bf9acdbdca56f051997a427d [file] [log] [blame]
@ECHO OFF
if not exist official.decTest copy /y ..\tests\official.decTest .
if not exist additional.decTest copy /y ..\tests\additional.decTest .
if not exist testdata mkdir testdata
rem copy additional tests
if not exist testdata\baseconv.decTest copy /y ..\tests\testdata_dist\* testdata
if exist testdata\add.decTest goto OUT
rem get official tests
wget -nv http://speleotrove.com/decimal/dectest.zip
cd testdata
unzip -qq ../dectest.zip
cd ..
:OUT