2002-05-05 16:49:45 +00:00
|
|
|
GST_PLUGIN_PATH=$(shell cd $(top_builddir) && pwd)
|
|
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=$(GST_PLUGIN_PATH)/testsuite/test-registry.xml
|
|
|
|
|
2003-05-17 00:48:34 +00:00
|
|
|
testprogs = intersection compatibility normalisation string-conversions
|
2002-01-13 22:46:34 +00:00
|
|
|
|
|
|
|
TESTS = $(testprogs)
|
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
|
|
|
|
intersection_LDADD = $(GST_LIBS)
|
|
|
|
intersection_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|
|
|
|
compatibility_LDADD = $(GST_LIBS)
|
|
|
|
compatibility_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|
|
|
|
normalisation_LDADD = $(GST_LIBS)
|
|
|
|
normalisation_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|
2003-05-17 00:48:34 +00:00
|
|
|
string_conversions_LDADD = $(GST_LIBS)
|
|
|
|
string_conversions_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|