tests: move examples and tests to subfolders
authorU. Artie Eoff <ullysses.a.eoff@intel.com>
Tue, 8 Oct 2019 19:19:06 +0000 (12:19 -0700)
committerU. Artie Eoff <ullysses.a.eoff@intel.com>
Wed, 16 Oct 2019 19:48:24 +0000 (12:48 -0700)
commit97aabe8784c057a4bee33d6f541ab7d75ca3708e
treeba1cf34ee77bd61bc9bf8844379302fb0d609ebe
parent8af5ef8a0be0e5a6d97b6f8e9c942331d065e30a
tests: move examples and tests to subfolders

This makes way for adding unit (check) tests.
42 files changed:
meson.build
tests/examples/meson.build [moved from tests/elements/meson.build with 100% similarity]
tests/examples/test-roi.c [moved from tests/elements/test-roi.c with 100% similarity]
tests/examples/test-vaapicontext.c [moved from tests/elements/test-vaapicontext.c with 100% similarity]
tests/examples/test-vaapipostproc.c [moved from tests/elements/test-vaapipostproc.c with 100% similarity]
tests/examples/test-vaapisink.c [moved from tests/elements/test-vaapisink.c with 100% similarity]
tests/internal/codec.c [moved from tests/codec.c with 100% similarity]
tests/internal/codec.h [moved from tests/codec.h with 100% similarity]
tests/internal/decoder.c [moved from tests/decoder.c with 100% similarity]
tests/internal/decoder.h [moved from tests/decoder.h with 100% similarity]
tests/internal/image.c [moved from tests/image.c with 100% similarity]
tests/internal/image.h [moved from tests/image.h with 100% similarity]
tests/internal/meson.build [new file with mode: 0644]
tests/internal/output.c [moved from tests/output.c with 100% similarity]
tests/internal/output.h [moved from tests/output.h with 100% similarity]
tests/internal/simple-decoder.c [moved from tests/simple-decoder.c with 100% similarity]
tests/internal/simple-encoder.c [moved from tests/simple-encoder.c with 100% similarity]
tests/internal/test-decode.c [moved from tests/test-decode.c with 100% similarity]
tests/internal/test-decode.h [moved from tests/test-decode.h with 100% similarity]
tests/internal/test-display.c [moved from tests/test-display.c with 100% similarity]
tests/internal/test-fei-enc-in.c [moved from tests/test-fei-enc-in.c with 100% similarity]
tests/internal/test-fei-enc-out.c [moved from tests/test-fei-enc-out.c with 100% similarity]
tests/internal/test-filter.c [moved from tests/test-filter.c with 100% similarity]
tests/internal/test-h264.c [moved from tests/test-h264.c with 100% similarity]
tests/internal/test-h264.h [moved from tests/test-h264.h with 100% similarity]
tests/internal/test-jpeg.c [moved from tests/test-jpeg.c with 100% similarity]
tests/internal/test-jpeg.h [moved from tests/test-jpeg.h with 100% similarity]
tests/internal/test-mpeg2.c [moved from tests/test-mpeg2.c with 100% similarity]
tests/internal/test-mpeg2.h [moved from tests/test-mpeg2.h with 100% similarity]
tests/internal/test-mpeg4.c [moved from tests/test-mpeg4.c with 100% similarity]
tests/internal/test-mpeg4.h [moved from tests/test-mpeg4.h with 100% similarity]
tests/internal/test-subpicture-data.c [moved from tests/test-subpicture-data.c with 100% similarity]
tests/internal/test-subpicture-data.h [moved from tests/test-subpicture-data.h with 100% similarity]
tests/internal/test-subpicture.c [moved from tests/test-subpicture.c with 100% similarity]
tests/internal/test-surfaces.c [moved from tests/test-surfaces.c with 100% similarity]
tests/internal/test-textures.c [moved from tests/test-textures.c with 100% similarity]
tests/internal/test-vc1.c [moved from tests/test-vc1.c with 100% similarity]
tests/internal/test-vc1.h [moved from tests/test-vc1.h with 100% similarity]
tests/internal/test-windows.c [moved from tests/test-windows.c with 100% similarity]
tests/internal/y4mreader.c [moved from tests/y4mreader.c with 100% similarity]
tests/internal/y4mreader.h [moved from tests/y4mreader.h with 100% similarity]
tests/meson.build