d52c90ea4543b571c9e607d9179e4908ff944add
[platform/upstream/gstreamer.git] / tests / old / testsuite / caps / Makefile.am
1 GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
2 TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
3
4 testprogs = intersection compatibility normalisation
5
6 TESTS = $(testprogs)
7
8 check_PROGRAMS = $(testprogs)
9
10 intersection_LDADD = $(GST_LIBS) 
11 intersection_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
12 compatibility_LDADD = $(GST_LIBS) 
13 compatibility_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
14 normalisation_LDADD = $(GST_LIBS) 
15 normalisation_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
16