os/security/cryptomgmtlibs/securitytestfw/test/autotesting/anallubbock.bat
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/anallubbock.bat	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,43 @@
     1.4 +@rem
     1.5 +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +@rem All rights reserved.
     1.7 +@rem This component and the accompanying materials are made available
     1.8 +@rem under the terms of the License "Eclipse Public License v1.0"
     1.9 +@rem which accompanies this distribution, and is available
    1.10 +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +@rem
    1.12 +@rem Initial Contributors:
    1.13 +@rem Nokia Corporation - initial contribution.
    1.14 +@rem
    1.15 +@rem Contributors:
    1.16 +@rem
    1.17 +@rem Description: 
    1.18 +@rem
    1.19 +@echo off
    1.20 +v:
    1.21 +if not exist "V:\Dev\GT\GT 0176 Dorothy Security\Test\%1\%2\testresults\lubbock" goto usage
    1.22 +cd "V:\Dev\GT\GT 0176 Dorothy Security\Test\%1\%2\testresults\lubbock"
    1.23 +cd >..\..\lubbocksummary.txt
    1.24 +perl "V:\Dev\GT\GT 0176 Dorothy Security\Test\newdigest.pl" >>..\..\lubbocksummary.txt
    1.25 +notepad ..\..\lubbocksummary.txt
    1.26 +goto end
    1.27 +:usage
    1.28 +echo USAGE:
    1.29 +echo .
    1.30 +echo anallubbock "<configuration> <date>"
    1.31 +echo anallubbock defects_cedar 20030811
    1.32 +echo . 
    1.33 +echo Valid configurations are 
    1.34 +echo .
    1.35 +echo master_beech
    1.36 +echo master_cedar
    1.37 +echo defects_beech
    1.38 +echo defects_cedar
    1.39 +echo features_beech
    1.40 +echo features_cedar
    1.41 +echo integ_beech
    1.42 +echo integ_cedar_strong
    1.43 +echo integ_cedar_weak
    1.44 +
    1.45 +:end
    1.46 +d:
    1.47 \ No newline at end of file