mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: create/remove orc directory at proper time
Before automake creates .deps directories, and during distclean.
This commit is contained in:
parent
9613e481ad
commit
4a2ae4c001
2 changed files with 5 additions and 2 deletions
|
@ -1110,6 +1110,8 @@ AC_SUBST(GST_PLUGIN_LDFLAGS)
|
|||
|
||||
dnl *** output files ***
|
||||
|
||||
$MKDIR_P tests/check/orc
|
||||
|
||||
dnl keep this alphabetic per directory, please
|
||||
AC_CONFIG_FILES(
|
||||
Makefile
|
||||
|
|
|
@ -33,7 +33,8 @@ TESTS_ENVIRONMENT = \
|
|||
# the 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
|
||||
|
||||
if USE_FLAC
|
||||
check_flac = pipelines/flacdec
|
||||
|
@ -359,7 +360,7 @@ orc/videobox.c: $(top_srcdir)/gst/videobox/gstvideoboxorc.orc
|
|||
$(MKDIR_P) orc/
|
||||
$(ORCC) --test -o $@ $<
|
||||
|
||||
clean-local-orc:
|
||||
distclean-local-orc:
|
||||
rm -rf orc
|
||||
|
||||
EXTRA_DIST = gst-plugins-good.supp
|
||||
|
|
Loading…
Reference in a new issue