1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 08:12:48 +01:00
imapsync/W/test_cook_src.bat

15 lines
282 B
Batchfile
Raw Normal View History

2017-09-23 23:54:48 +02:00
REM $Id: test_cook_src.bat,v 1.3 2017/09/07 00:59:26 gilles Exp gilles $
2015-05-28 19:04:57 +02:00
cd /D %~dp0
2017-09-23 23:54:48 +02:00
2015-05-28 19:04:57 +02:00
perl .\imapsync
2017-09-23 23:54:48 +02:00
@PAUSE
2015-05-28 19:04:57 +02:00
perl .\imapsync --tests
2017-09-23 23:54:48 +02:00
@PAUSE
2015-05-28 19:04:57 +02:00
perl .\imapsync --testslive
2017-09-23 23:54:48 +02:00
@PAUSE
perl .\imapsync --testslive6
@ECHO Tests for imapsync script are finished, bye!
2015-05-28 19:04:57 +02:00
@PAUSE