File: RegressionTest.h

package info (click to toggle)
libmediainfo 20.09%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 17,296 kB
  • sloc: cpp: 205,411; ansic: 5,215; asm: 2,081; xml: 1,476; sh: 1,062; java: 1,032; cs: 944; python: 653; makefile: 383; pascal: 197; javascript: 188
file content (12 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
/*  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.
 */

#include "ZenLib/Ztring.h"
using namespace ZenLib;

void RegressionTest_Basic(Ztring Files, Ztring DataBaseDirectory, int32u Scenario);
void RegressionTest_Events(Ztring Files, Ztring DataBaseDirectory, int32u Scenario);
void RegressionTest_Md5(Ztring Files, Ztring DataBaseDirectory, int32u Scenario);