gstreamer/testsuite/caps/Makefile.am
David Schleef 9c87c528e7 Massive patch to make 'make check' work properly. Many compilation fixes -- everything should compile now. Some tes...
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.
2003-10-15 01:25:41 +00:00

31 lines
725 B
Makefile

include ../Rules
tests_pass = \
intersection \
compatibility \
normalisation \
union \
string-conversions \
fixed \
intersect2
tests_fail =
intersection_LDADD = $(GST_LIBS)
intersection_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
compatibility_LDADD = $(GST_LIBS)
compatibility_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
normalisation_LDADD = $(GST_LIBS)
normalisation_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
union_LDADD = $(GST_LIBS)
union_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
string_conversions_LDADD = $(GST_LIBS)
string_conversions_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
fixed_LDADD = $(GST_LIBS)
fixed_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)
intersect2_LDADD = $(GST_LIBS)
intersect2_CFLAGS = $(GST_CFLAGS) $(XML_CFLAGS)