mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
d10d12dbcb
Original commit message from CVS: * check/Makefile.am: add gsttag * check/gst/gsttag.c: (check_tags), (START_TEST), (gst_tag_suite), (main): move over from testsuite dir and clean up * configure.ac: * gst/gsttag.c: * testsuite/Makefile.am: * testsuite/tags/.cvsignore: * testsuite/tags/Makefile.am: * testsuite/tags/merge.c: remove testsuite/tags
38 lines
706 B
Makefile
38 lines
706 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 = \
|
|
bins bytestream caps cleanup clock \
|
|
$(GST_DEBUG_DIRS) \
|
|
dlopen dynparams \
|
|
elements ghostpads indexers negotiation pad \
|
|
$(GST_PARSE_DIRS) \
|
|
plugin refcounting schedulers states threads trigger
|
|
|
|
DIST_SUBDIRS = \
|
|
bins bytestream caps cleanup clock \
|
|
debug \
|
|
dlopen dynparams \
|
|
elements ghostpads 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
|
|
|