mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
minor cleanup
Original commit message from CVS: minor cleanup
This commit is contained in:
parent
2281444596
commit
36f12d3acb
2 changed files with 8 additions and 4 deletions
|
@ -1,8 +1,10 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
||||
tests_fail =
|
||||
#tests_that_work_sometimes = cleanup3
|
||||
tests_fail =
|
||||
|
||||
# cleanup3 fails depending on the machine
|
||||
tests_ignore = cleanup3
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
cleanup1_LDADD = $(GST_LIBS)
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
include ../Rules
|
||||
|
||||
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
||||
tests_fail =
|
||||
#tests_that_work_sometimes = cleanup3
|
||||
tests_fail =
|
||||
|
||||
# cleanup3 fails depending on the machine
|
||||
tests_ignore = cleanup3
|
||||
|
||||
# we have nothing but apps here, we can do this safely
|
||||
cleanup1_LDADD = $(GST_LIBS)
|
||||
|
|
Loading…
Reference in a new issue