gstreamer/validate/launcher/Makefile.am
Thibault Saunier a4aa5c60bb validate:launcher: Add an app handler for unit tests described in meson
This way we can run all tests with the launcher which brings in many
features.

And add a testsuite for GStreamer unit tests.
2016-12-22 10:29:18 -03:00

21 lines
314 B
Makefile

launcherdir = $(libdir)/gst-validate-launcher/python/launcher/
SUBDIRS = \
apps \
testsuites
launcher_PYTHON = \
baseclasses.py \
__init__.py \
loggable.py \
reporters.py \
main.py \
httpserver.py \
RangeHTTPServer.py \
utils.py \
vfb_server.py \
config.py
clean-local:
rm -rf *.pyc *.pyo