mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
28 lines
728 B
Makefile
28 lines
728 B
Makefile
|
include $(top_srcdir)/common/check.mak
|
||
|
|
||
|
TESTS_ENVIRONMENT =
|
||
|
|
||
|
plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
# override to _not_ install the test plugins
|
||
|
install-pluginLTLIBRARIES:
|
||
|
|
||
|
# the core dumps of some machines have PIDs appended
|
||
|
CLEANFILES = core.* test-registry.*
|
||
|
|
||
|
SUPPRESSIONS = $(top_srcdir)/common/gst.supp # $(srcdir)/gst-plugins-bad.supp
|
||
|
|
||
|
clean-local: clean-local-check
|
||
|
|
||
|
check_PROGRAMS = \
|
||
|
ges/basic
|
||
|
|
||
|
noinst_HEADERS =
|
||
|
|
||
|
TESTS = $(check_PROGRAMS)
|
||
|
|
||
|
AM_CFLAGS = $(GST_OBJ_CFLAGS) $(GST_CHECK_CFLAGS) $(CHECK_CFLAGS) $(GST_OPTION_CFLAGS) -I$(top_srcdir)
|
||
|
LDADD = $(GST_OBJ_LIBS) $(GST_CHECK_LIBS) $(CHECK_LIBS) $(top_builddir)/ges/libges-@GST_MAJORMINOR@.la -lges-@GST_MAJORMINOR@
|
||
|
|
||
|
EXTRA_DIST = #gst-plugins-bad.supp
|