mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
631c8f5ca5
Original commit message from CVS: re-enable thread test, although it does not work but passes right now warn for bizarre behavior in plugin loading
20 lines
604 B
Makefile
20 lines
604 B
Makefile
# FIXME : threads bytestream
|
|
SUBDIRS = caps cleanup plugin elements clock refcounting ## dynparams
|
|
|
|
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
|
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
|
|
|
testprogs = test_gst_init
|
|
|
|
TESTS = $(top_builddir)/tools/gst-register $(testprogs) gst-inspect-check
|
|
|
|
check_PROGRAMS = $(testprogs)
|
|
|
|
# we have nothing but apps here, we can do this safely
|
|
LIBS = $(GST_LIBS)
|
|
CFLAGS = $(GST_CFLAGS)
|
|
|
|
DIST_SUBDIRS = bytestream caps cleanup clock dynparams elements \
|
|
plugin refcounting threads
|
|
|
|
EXTRA_DIST = gst-inspect-check
|