mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 21:01:14 +00:00
fba1f21b1d
Original commit message from CVS: * testsuite/Makefile.am (check-local): distcheck fixes * testsuite/common.py: Put in a couple of hacks to make distcheck pass make check * testsuite/interface.py: New test
11 lines
193 B
Makefile
11 lines
193 B
Makefile
tests = \
|
|
common.py \
|
|
element.py \
|
|
interface.py \
|
|
pipeline.py
|
|
|
|
check-local:
|
|
@PYTHONPATH=$(top_builddir) $(PYTHON) $(srcdir)/runtests.py
|
|
@rm -fr *.pyc
|
|
|
|
EXTRA_DIST = $(tests) runtests.py
|