mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-01 14:11:15 +00:00
9c87c528e7
Original commit message from CVS: Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tests pass, some fail; the expected sucess/failure is coded in the Makefile.am's. gst-register is properly run for both 'make check' and 'make distcheck'. Much of the common infrastructure is coded in testsuite/Rules.
16 lines
599 B
Makefile
16 lines
599 B
Makefile
include ../Rules
|
|
|
|
tests_pass = cleanup1 cleanup2 cleanup4 cleanup5
|
|
tests_fail = cleanup3
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
cleanup1_LDADD = $(GST_LIBS)
|
|
cleanup1_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup2_LDADD = $(GST_LIBS)
|
|
cleanup2_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup3_LDADD = $(GST_LIBS)
|
|
cleanup3_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup4_LDADD = $(GST_LIBS)
|
|
cleanup4_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|
|
cleanup5_LDADD = $(GST_LIBS)
|
|
cleanup5_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS) $(GLIB_CFLAGS)
|