mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-04 07:26:33 +00:00
71566688bf
The default testsuite implementation should belong to the default asset repo where we have the corresponding knowledge. We should style manage a sensible list of known blacklisted tests, encoding profiles, and generators in GstValidate itself and allow testsuite actual implementations to easily use them though the register_default_* methods. This allow us to be able to remove the ugly execfile() call.
6 lines
108 B
Makefile
6 lines
108 B
Makefile
appsdir = $(libdir)/gst-validate-launcher/python/launcher/apps/
|
|
|
|
SUBDIRS =
|
|
|
|
apps_PYTHON = \
|
|
gstvalidate.py
|