1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/W/test_tests.bat

10 lines
206 B
Batchfile
Raw Normal View History

2015-12-03 18:16:32 +01:00
@REM $Id: test_tests.bat,v 1.3 2015/09/19 08:46:11 gilles Exp gilles $
2015-05-28 19:04:57 +02:00
@REM cd C:\msys\1.0\home\Admin\imapsync
cd /D %~dp0
2015-08-04 03:44:40 +02:00
perl .\imapsync --modules_version
2015-05-28 19:04:57 +02:00
perl .\imapsync --tests
2015-08-04 03:44:40 +02:00
@REM @PAUSE