File: RegressionTest.h

package info (click to toggle)
libmediainfo 25.04%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 18,532 kB
  • sloc: cpp: 253,735; ansic: 6,551; asm: 2,100; xml: 1,476; cs: 1,189; sh: 1,169; java: 1,032; python: 653; makefile: 442; pascal: 197; javascript: 169
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);