/* Copyright (c) MediaArea.net SARL. All Rights Reserved. * * Use of this source code is governed by a BSD-style license that can * be found in the License.html file in the root of the source tree. */ // RegressionTest.cpp : Defines the entry point for the console application. // #include #include #include "ZenLib/Ztring.h" #include "RegressionTest/RegressionTest.h" using namespace std; using namespace ZenLib; int _tmain(int argc, _TCHAR* argv[]) { if (argc<4) return 1; Ztring Files=argv[1]; Ztring DataBaseDirectory=argv[2]; int32u Scenario=Ztring(argv[3]).To_int32u(); bool Flag_All=true, Flag_Basic=false, Flag_Events=false, Flag_Md5=false; for (int Pos=3; Pos