mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
tests: move orc removal to distclean
This commit is contained in:
parent
6459964b49
commit
b851a6dacc
1 changed files with 4 additions and 2 deletions
|
@ -19,7 +19,9 @@ TESTS_ENVIRONMENT = \
|
|||
# ths core dumps of some machines have PIDs appended
|
||||
CLEANFILES = core.* test-registry.*
|
||||
|
||||
clean-local: clean-local-check clean-local-orc
|
||||
clean-local: clean-local-check
|
||||
|
||||
distclean-local: distclean-local-orc
|
||||
|
||||
$(CHECK_REGISTRY):
|
||||
$(TESTS_ENVIRONMENT)
|
||||
|
@ -502,7 +504,7 @@ orc/videotestsrc.c: $(top_srcdir)/gst/videotestsrc/gstvideotestsrcorc.orc
|
|||
$(ORCC) --test -o $@ $<
|
||||
|
||||
|
||||
clean-local-orc:
|
||||
distclean-local-orc:
|
||||
rm -rf orc
|
||||
|
||||
EXTRA_DIST = gst-plugins-base.supp
|
||||
|
|
Loading…
Reference in a new issue