imapsync/W/test_cook_src.bat
Nick Bebout 8d76e44c5e 1.836
2017-09-23 16:54:48 -05:00

15 lines
No EOL
282 B
Batchfile

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