mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
element_pad should pass
Original commit message from CVS: element_pad should pass
This commit is contained in:
parent
6cdb35a69a
commit
147ae1025b
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = element_pad sched
|
||||
tests_pass = bin element mainloop pad element_pad
|
||||
tests_fail = sched
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = bin element mainloop pad
|
||||
tests_fail = element_pad sched
|
||||
tests_pass = bin element mainloop pad element_pad
|
||||
tests_fail = sched
|
||||
|
||||
element_SOURCES = element.c mem.c
|
||||
pad_SOURCES = pad.c mem.c
|
||||
|
|
Loading…
Reference in a new issue