mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
adding back threads tests
Original commit message from CVS: adding back threads tests
This commit is contained in:
parent
96b9f9d5d1
commit
2556b83528
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# FIXME : threads bytestream
|
||||
SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
|
||||
SUBDIRS = caps plugin elements clock refcounting threads ## cleanup dynparams
|
||||
|
||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# FIXME : threads bytestream
|
||||
SUBDIRS = caps plugin elements clock refcounting ## cleanup dynparams
|
||||
SUBDIRS = caps plugin elements clock refcounting threads ## cleanup dynparams
|
||||
|
||||
GST_PLUGIN_PATH = $(shell cd $(top_builddir) && pwd)
|
||||
TESTS_ENVIRONMENT = GST_PLUGIN_PATH=$(GST_PLUGIN_PATH) GST_REGISTRY=`pwd`/test-registry.xml
|
||||
|
|
Loading…
Reference in a new issue