tests/check/Makefile.am: Name the test registry format neutral.

Original commit message from CVS:
* tests/check/Makefile.am:
Name the test registry format neutral.
This commit is contained in:
Stefan Kost 2008-06-24 16:27:35 +00:00
parent 69f2aaea3c
commit 21ade62c0b
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-06-24 Stefan Kost <ensonic@users.sf.net>
* tests/check/Makefile.am:
Name the test registry format neutral.
2008-06-24 Stefan Kost <ensonic@users.sf.net>
* gst/playback/gstqueue2.c:

View file

@ -1,6 +1,6 @@
include $(top_srcdir)/common/check.mak
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.xml
CHECK_REGISTRY = $(top_builddir)/tests/check/test-registry.reg
REGISTRY_ENVIRONMENT = \
GST_REGISTRY=$(CHECK_REGISTRY)
@ -13,7 +13,7 @@ TESTS_ENVIRONMENT = \
GST_PLUGIN_PATH=$(top_builddir)/gst:$(top_builddir)/sys:$(top_builddir)/ext:$(GST_PLUGINS_DIR)
# ths core dumps of some machines have PIDs appended
CLEANFILES = core.* test-registry.xml
CLEANFILES = core.* test-registry.*
clean-local: clean-local-check