aboutsummaryrefslogtreecommitdiff
path: root/test/test.h
blob: a6524bc461367b95f089369c16c7f4736e8991bd (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST_H
#define TEST_H

#include "../gst/info.h"

#define TEST_VERBOSE 1

int test_run (infos *info);

#endif