[gimp] app/tests: Use plug-ins from build dir, in particular file-png
- From: Martin Nordholts <martinn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app/tests: Use plug-ins from build dir, in particular file-png
- Date: Fri, 8 Apr 2011 06:49:53 +0000 (UTC)
commit a5204631f34d0c108a13289985d2c369be65980e
Author: Martin Nordholts <martinn src gnome org>
Date: Fri Apr 8 08:01:48 2011 +0200
app/tests: Use plug-ins from build dir, in particular file-png
Use a selected set of plug-ins from the build dir rather than the
install dir. In particular 'file-png' for the
'/gimp-save-and-export/imported_file_uris' test. We might need to use
other plug-ins from the build dir as well later, but for the ones from
'plug-ins/common' is enough.
app/tests/Makefile.am | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index b5fe138..82675df 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -8,7 +8,9 @@ SUBDIRS = \
# they want to use
TESTS_ENVIRONMENT = \
GIMP_TESTING_ABS_TOP_SRCDIR= abs_top_srcdir@ \
- GIMP_TESTING_ABS_TOP_BUILDDIR= abs_top_builddir@
+ GIMP_TESTING_ABS_TOP_BUILDDIR= abs_top_builddir@ \
+ GIMP_TESTING_PLUGINDIRS= abs_top_builddir@/plug-ins/common \
+ GIMP_TESTING_PLUGINDIRS_BASENAME_IGNORES=mkgen.pl
# Run tests with xvfb-run if available
if HAVE_XVFB_RUN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]