mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
f6979cd605
Original commit message from CVS: remove another test that's obsolete
38 lines
664 B
Makefile
38 lines
664 B
Makefile
include Rules
|
|
|
|
|
|
if GST_DISABLE_PARSE
|
|
GST_PARSE_DIRS =
|
|
else
|
|
GST_PARSE_DIRS = parse
|
|
endif
|
|
|
|
if GST_DISABLE_GST_DEBUG
|
|
GST_DEBUG_DIRS =
|
|
else
|
|
GST_DEBUG_DIRS = debug
|
|
endif
|
|
|
|
SUBDIRS = \
|
|
bytestream caps cleanup \
|
|
$(GST_DEBUG_DIRS) \
|
|
dlopen dynparams \
|
|
elements indexers negotiation pad \
|
|
$(GST_PARSE_DIRS) \
|
|
plugin refcounting schedulers states threads trigger
|
|
|
|
DIST_SUBDIRS = \
|
|
bytestream caps cleanup \
|
|
debug \
|
|
dlopen dynparams \
|
|
elements indexers negotiation pad \
|
|
parse \
|
|
plugin refcounting schedulers states threads trigger
|
|
|
|
tests_pass = test_gst_init
|
|
tests_fail =
|
|
tests_ignore =
|
|
|
|
# we makes them, we gots to clean them
|
|
CLEANFILES += test-registry.xml
|
|
|