tests: fix tests when compiling with glib_checks=disabled
authorHavard Graff <havard.graff@gmail.com>
Tue, 6 Nov 2018 09:20:17 +0000 (10:20 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 10 Nov 2018 15:37:36 +0000 (15:37 +0000)
commit133511040930ba119ee23cea936dd6a7210f08bb
treedb05fb1b4b082062320eb45ac718db227152387b
parent320ac0ce1a878e6055b900ffb2ffa92b355e85f5
tests: fix tests when compiling with glib_checks=disabled

We won't be able to do ASSERT_CRITICAL, but the main body of the tests
are still valid, and given we ship GStreamer with this configuration, it
is important to be able to run some tests against it.
configure.ac
gst/gstconfig.h.in
gst/meson.build
libs/gst/check/gstcheck.h
tests/check/gst/gstcaps.c
tests/check/gst/gstghostpad.c
tests/check/gst/gstobject.c
tests/check/gst/gststructure.c
tests/check/gst/gsturi.c
tests/check/gst/gstvalue.c
tests/check/libs/adapter.c