• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1@ECHO OFF
2
3cd ..\tests
4call gettests.bat
5cd ..\tests++
6
7if not exist testdata mkdir testdata
8if not exist testdata\baseconv.decTest copy /y ..\tests\testdata_dist\* testdata
9if not exist testdata\add.decTest copy /y ..\tests\testdata\* testdata
10