tests: create/remove orc directory at proper time

Before automake creates .deps directories, and during distclean.
This commit is contained in:
David Schleef 2013-08-02 17:38:34 -07:00
parent 9613e481ad
commit 4a2ae4c001
2 changed files with 5 additions and 2 deletions

View file

@ -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

View file

@ -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