2003-10-08 01:05:10 +00:00
|
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(top_builddir) GST_REGISTRY=$(top_builddir)/testsuite/test-registry.xml
|
2002-05-05 16:49:45 +00:00
|
|
|
|
2003-10-08 01:05:10 +00:00
|
|
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
2002-05-10 19:24:04 +00:00
|
|
|
plugin_LTLIBRARIES = libtestplugin.la libtestplugin2.la
|
|
|
|
|
2001-12-10 09:09:53 +00:00
|
|
|
# FIXME : tests need fixing
|
2002-05-10 19:24:04 +00:00
|
|
|
testprogs = static dynamic linked loading registry static2
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2002-01-12 00:47:40 +00:00
|
|
|
AM_CFLAGS = $(GST_CFLAGS)
|
|
|
|
LIBS = $(GST_LIBS)
|
|
|
|
|
2001-08-21 20:16:48 +00:00
|
|
|
libtestplugin_la_SOURCES = testplugin.c
|
2001-12-27 10:31:35 +00:00
|
|
|
libtestplugin_la_CFLAGS = $(GST_CFLAGS)
|
2002-05-10 19:24:04 +00:00
|
|
|
libtestplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-08-21 20:16:48 +00:00
|
|
|
libtestplugin2_la_SOURCES = testplugin2.c
|
2001-12-27 10:31:35 +00:00
|
|
|
libtestplugin2_la_CFLAGS = $(GST_CFLAGS)
|
2002-05-10 19:24:04 +00:00
|
|
|
libtestplugin2_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2003-10-08 01:05:10 +00:00
|
|
|
linked_LIBS = libtestplugin.la libtestplugin2.la
|
2001-08-21 20:16:48 +00:00
|
|
|
|
2002-05-10 19:24:04 +00:00
|
|
|
static_SOURCES = static.c testplugin_s.c testplugin2_s.c
|
2001-08-21 20:16:48 +00:00
|
|
|
|
|
|
|
check_PROGRAMS = $(testprogs)
|
2003-10-08 01:05:10 +00:00
|
|
|
|
|
|
|
TESTS = $(top_builddir)/tools/gst-register $(testprogs)
|
|
|
|
|
|
|
|
# override to _not_ install the test plugins
|
|
|
|
install-pluginLTLIBRARIES:
|
|
|
|
|