mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 21:21:12 +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
|
@ -2,7 +2,9 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
||||||
tests_fail =
|
tests_fail =
|
||||||
#tests_that_work_sometimes = cleanup3
|
|
||||||
|
# cleanup3 fails depending on the machine
|
||||||
|
tests_ignore = cleanup3
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
cleanup1_LDADD = $(GST_LIBS)
|
cleanup1_LDADD = $(GST_LIBS)
|
||||||
|
|
|
@ -2,7 +2,9 @@ include ../Rules
|
||||||
|
|
||||||
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
||||||
tests_fail =
|
tests_fail =
|
||||||
#tests_that_work_sometimes = cleanup3
|
|
||||||
|
# cleanup3 fails depending on the machine
|
||||||
|
tests_ignore = cleanup3
|
||||||
|
|
||||||
# we have nothing but apps here, we can do this safely
|
# we have nothing but apps here, we can do this safely
|
||||||
cleanup1_LDADD = $(GST_LIBS)
|
cleanup1_LDADD = $(GST_LIBS)
|
||||||
|
|
Loading…
Reference in a new issue