add test support
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 16 Oct 2017 12:47:07 +0000 (14:47 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Thu, 19 Oct 2017 14:44:06 +0000 (16:44 +0200)
commit4f91b6f8739adbf96e9f9129603e2cedde99d43a
treec985f9b6464e0397f4331e930f4327fe28080c05
parentb3d63d613a64227390cee7aff921872e6b475b6c
add test support

Most of the boilerplate and the states test has been copied from
gst-plugins-good.

https://bugzilla.gnome.org/show_bug.cgi?id=789094
12 files changed:
.gitignore
Makefile.am
config/meson.build
configure.ac
meson.build
tests/Makefile.am [new file with mode: 0644]
tests/check/.gitignore [new file with mode: 0644]
tests/check/Makefile.am [new file with mode: 0644]
tests/check/generic/.gitignore [new file with mode: 0644]
tests/check/generic/states.c [new file with mode: 0644]
tests/check/meson.build [new file with mode: 0644]
tests/meson.build [new file with mode: 0644]