mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
15 lines
282 B
Batchfile
Executable File
15 lines
282 B
Batchfile
Executable File
REM $Id: test_cook_src.bat,v 1.3 2017/09/07 00:59:26 gilles Exp gilles $
|
|
|
|
cd /D %~dp0
|
|
|
|
|
|
|
|
perl .\imapsync
|
|
@PAUSE
|
|
perl .\imapsync --tests
|
|
@PAUSE
|
|
perl .\imapsync --testslive
|
|
@PAUSE
|
|
perl .\imapsync --testslive6
|
|
@ECHO Tests for imapsync script are finished, bye!
|
|
@PAUSE |