diff options
author | Clément Bœsch <clement@stupeflix.com> | 2016-06-22 13:44:29 +0200 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2016-06-22 13:44:34 +0200 |
commit | 5d48e4eafa6c4559683892b8638d10508125f3cf (patch) | |
tree | 0d5becbd08d6ae319497dd32cbe9b67f4670cc5e /libavfilter | |
parent | 989a614b707dcff8abdffe28dc24ec64a83b2837 (diff) | |
parent | a6a750c7ef240b72ce01e9653343a0ddf247d196 (diff) | |
download | ffmpeg-streaming-5d48e4eafa6c4559683892b8638d10508125f3cf.zip ffmpeg-streaming-5d48e4eafa6c4559683892b8638d10508125f3cf.tar.gz |
Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'
* commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196':
tests: Move all test programs to a subdirectory
Merged-by: Clément Bœsch <clement@stupeflix.com>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/tests/.gitignore | 3 | ||||
-rw-r--r-- | libavfilter/tests/drawutils.c (renamed from libavfilter/drawutils-test.c) | 2 | ||||
-rw-r--r-- | libavfilter/tests/filtfmts.c (renamed from libavfilter/filtfmts-test.c) | 0 | ||||
-rw-r--r-- | libavfilter/tests/formats.c (renamed from libavfilter/formats-test.c) | 2 |
4 files changed, 5 insertions, 2 deletions
diff --git a/libavfilter/tests/.gitignore b/libavfilter/tests/.gitignore new file mode 100644 index 0000000..b605afa --- /dev/null +++ b/libavfilter/tests/.gitignore @@ -0,0 +1,3 @@ +/drawutils +/filtfmts +/formats diff --git a/libavfilter/drawutils-test.c b/libavfilter/tests/drawutils.c index 7b9f89f..7fe53dd 100644 --- a/libavfilter/drawutils-test.c +++ b/libavfilter/tests/drawutils.c @@ -19,7 +19,7 @@ #include <stdio.h> #include "libavutil/pixdesc.h" -#include "drawutils.h" +#include "libavfilter/drawutils.h" int main(void) { diff --git a/libavfilter/filtfmts-test.c b/libavfilter/tests/filtfmts.c index 46a2d94..46a2d94 100644 --- a/libavfilter/filtfmts-test.c +++ b/libavfilter/tests/filtfmts.c diff --git a/libavfilter/formats-test.c b/libavfilter/tests/formats.c index a891638..0e8ba4a 100644 --- a/libavfilter/formats-test.c +++ b/libavfilter/tests/formats.c @@ -18,7 +18,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "formats.c" +#include "libavfilter/formats.c" #undef printf |