testsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.check' for example.
Original commit message from CVS: * testsuite/Makefile.am: Add a way to run individual tests. 'make test_bin.py.check' for example.
This commit is contained in:
parent
7ebe9f4fe4
commit
d658b7b222
@ -1,3 +1,9 @@
|
|||||||
|
2008-12-06 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
|
* testsuite/Makefile.am:
|
||||||
|
Add a way to run individual tests.
|
||||||
|
'make test_bin.py.check' for example.
|
||||||
|
|
||||||
2008-12-06 Edward Hervey <edward.hervey@collabora.co.uk>
|
2008-12-06 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||||
|
|
||||||
* examples/gst-discover:
|
* examples/gst-discover:
|
||||||
|
@ -87,6 +87,11 @@ TESTS_ENVIRONMENT = PYTHONPATH=$(top_srcdir)/:$(PYTHONPATH)
|
|||||||
fi
|
fi
|
||||||
@rm valgrind.log
|
@rm valgrind.log
|
||||||
|
|
||||||
|
%.check: %
|
||||||
|
@PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/cleanup.py
|
||||||
|
@PYTHONPATH=$(top_builddir):$(top_builddir)/gst/.libs:`pwd`:$(top_srcdir):$(PYTHONPATH) $(PYTHON) $(srcdir)/runtests.py $*
|
||||||
|
@rm -fr *.pyc
|
||||||
|
|
||||||
# valgrind all tests
|
# valgrind all tests
|
||||||
valgrind: $(tests)
|
valgrind: $(tests)
|
||||||
@echo "Valgrinding tests ..."
|
@echo "Valgrinding tests ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user