Skip to content
Snippets Groups Projects
Commit ef4b6149 authored by Xi Ruoyao's avatar Xi Ruoyao Committed by Tim-Philipp Müller
Browse files

skip elements/leak.c if tracer is not available

Part-of: <gstreamer/gstreamer!654>
parent 56d69620
No related branches found
No related tags found
No related merge requests found
...@@ -88,7 +88,7 @@ core_tests = [ ...@@ -88,7 +88,7 @@ core_tests = [
[ 'elements/filesrc.c', not gst_registry ], [ 'elements/filesrc.c', not gst_registry ],
[ 'elements/funnel.c', not gst_registry ], [ 'elements/funnel.c', not gst_registry ],
[ 'elements/identity.c', not gst_registry or not gst_parse ], [ 'elements/identity.c', not gst_registry or not gst_parse ],
[ 'elements/leaks.c' ], [ 'elements/leaks.c', not tracer_hooks or not gst_debug ],
[ 'elements/multiqueue.c', not gst_registry ], [ 'elements/multiqueue.c', not gst_registry ],
[ 'elements/selector.c', not gst_registry ], [ 'elements/selector.c', not gst_registry ],
[ 'elements/streamiddemux.c', not gst_registry ], [ 'elements/streamiddemux.c', not gst_registry ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment