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.
This commit is contained in:
Martin Nordholts 2011-04-08 08:01:48 +02:00
parent 5f48111af9
commit a5204631f3
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,9 @@ SUBDIRS = \
# they want to use # they want to use
TESTS_ENVIRONMENT = \ TESTS_ENVIRONMENT = \
GIMP_TESTING_ABS_TOP_SRCDIR=@abs_top_srcdir@ \ 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 # Run tests with xvfb-run if available
if HAVE_XVFB_RUN if HAVE_XVFB_RUN