mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-02 14:36:41 +00:00
distcheck fix
Original commit message from CVS: distcheck fix
This commit is contained in:
parent
0f13826a60
commit
f47aedab55
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2004-06-21 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* testsuite/Makefile.am:
|
||||||
|
* testsuite/common.py:
|
||||||
|
passed make distcheck, ready to go
|
||||||
|
|
||||||
2004-06-21 Johan Dahlin <johan@gnome.org>
|
2004-06-21 Johan Dahlin <johan@gnome.org>
|
||||||
|
|
||||||
* gst/Makefile.am (EXTRA_DIST): Add ltihooks.py
|
* gst/Makefile.am (EXTRA_DIST): Add ltihooks.py
|
||||||
|
|
|
@ -6,7 +6,7 @@ tests = \
|
||||||
pipeline.py
|
pipeline.py
|
||||||
|
|
||||||
check-local:
|
check-local:
|
||||||
@PYTHONPATH=$(top_builddir) $(PYTHON) $(srcdir)/runtests.py
|
@PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs $(PYTHON) $(srcdir)/runtests.py
|
||||||
@rm -fr *.pyc
|
@rm -fr *.pyc
|
||||||
|
|
||||||
EXTRA_DIST = $(tests) runtests.py
|
EXTRA_DIST = $(tests) runtests.py
|
||||||
|
|
|
@ -19,7 +19,6 @@ sys.argv.append('--gst-debug-no-color')
|
||||||
|
|
||||||
path = os.path.abspath(os.path.join('..', 'gst'))
|
path = os.path.abspath(os.path.join('..', 'gst'))
|
||||||
import gst
|
import gst
|
||||||
assert gst._gst.__file__ == '../gst/_gst.la'
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import gst.interfaces
|
import gst.interfaces
|
||||||
|
|
Loading…
Reference in a new issue