mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
13 lines
329 B
Makefile
13 lines
329 B
Makefile
|
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
|
||
|
|
||
|
testprogs = locked
|
||
|
|
||
|
TESTS = $(testprogs)
|
||
|
|
||
|
check_PROGRAMS = $(testprogs)
|
||
|
|
||
|
locked_LDADD = $(GST_LIBS)
|
||
|
locked_CFLAGS = $(GST_CFLAGS) $(GNOME_CFLAGS) $(XML_CFLAGS)
|
||
|
|