b93500388b45d46371bd9529c06902530fb2c120
[platform/upstream/gstreamer.git] / tests / old / testsuite / caps / Makefile.am
1 TOP_BUILDDIR=$(shell cd $(top_builddir) && pwd)
2 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(TOP_BUILDDIR) GST_REGISTRY=$(TOP_BUILDDIR)/testsuite/test-registry.xml
3
4 testprogs = intersection compatibility normalisation union string-conversions fixed intersect2
5
6 # we run gst-register here, which is a HACK to generate the test registry
7 # before we actually run the real tests
8 # a better fix is welcome :)
9 TESTS = $(top_builddir)/tools/gst-register $(testprogs)
10
11 check_PROGRAMS = $(testprogs)
12
13 intersection_LDADD = $(GST_LIBS) 
14 intersection_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
15 compatibility_LDADD = $(GST_LIBS) 
16 compatibility_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
17 normalisation_LDADD = $(GST_LIBS) 
18 normalisation_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
19 union_LDADD = $(GST_LIBS) 
20 union_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
21 string_conversions_LDADD = $(GST_LIBS) 
22 string_conversions_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
23 fixed_LDADD = $(GST_LIBS) 
24 fixed_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
25 intersect2_LDADD = $(GST_LIBS) 
26 intersect2_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
27