mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
7e85c9b0b5
Currently implemented tests are: * Settup and cleanup on monitor is done properly * Some tests in the PadMonitor are done properly, namely: - Buffer before segment - Buffer outside segment - First buffer running time is always 0 - The Demuxer flow aggregation is properly checked https://bugzilla.gnome.org/show_bug.cgi?id=736379
10 lines
115 B
Makefile
10 lines
115 B
Makefile
if HAVE_GST_CHECK
|
|
CHECK_SUBDIRS= check
|
|
else
|
|
CHECK_SUBDIRS=
|
|
endif
|
|
|
|
SUBDIRS= $(CHECK_SUBDIRS)
|
|
|
|
DIST_SUBDIRS = check
|
|
|