diff options
author | Michael Weber <xmw@gentoo.org> | 2012-02-08 05:49:19 +0000 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2012-02-08 05:49:19 +0000 |
commit | f676215794264a05f44eb6dfa57437d1ee5dfbd1 (patch) | |
tree | d8699f63950fdde8c7ac8f4a3e31464d11d59a4a /media-libs/oyranos/files | |
parent | Initial import (diff) | |
download | gentoo-2-f676215794264a05f44eb6dfa57437d1ee5dfbd1.tar.gz gentoo-2-f676215794264a05f44eb6dfa57437d1ee5dfbd1.tar.bz2 gentoo-2-f676215794264a05f44eb6dfa57437d1ee5dfbd1.zip |
Fix tests (bug 402623)
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/oyranos/files')
-rw-r--r-- | media-libs/oyranos/files/oyranos-0.3.2-test.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-libs/oyranos/files/oyranos-0.3.2-test.patch b/media-libs/oyranos/files/oyranos-0.3.2-test.patch new file mode 100644 index 000000000000..6e9b495a963a --- /dev/null +++ b/media-libs/oyranos/files/oyranos-0.3.2-test.patch @@ -0,0 +1,11 @@ +--- oyranos-0.3.2/makefile.in ++++ oyranos-0.3.2/makefile.in +@@ -995,7 +995,7 @@ + echo current git version is: + n=0; for i in `cd $(SRCDIR); git rev-list master`; do if [ $${n} -eq 0 ]; then echo git id:$${i}; fi; n=1; done + echo run tests/test_oyranos +- OY_MODULE_PATHS=. LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} tests/test_oyranos ++ OY_MODULE_PATHS=. LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} tests/test_oyranos "Version matching" "Internationalisation" "Elektra" "basic oyOption_s" "default oyOptions_s settings" "Profiles reading" "Registration matching" "Generic Object Observation" + + examples: all + cd examples && ($(MAKE) clean; PATH="$(PATH):$(bindir):.." LD_LIBRARY_PATH=./:$(libdir):$${LD_LIBRARY_PATH} PKG_CONFIG_PATH="$(PKG_CONFIG_PATH):$(DESTDIR)$(libdir)/pkgconfig:.." INCLUDE="-I$(includedir) -I$(SRCDIR) -I../ -I$(SRCDIR)/$(GENDIR)" SRCDIR=$(SRCDIR)/examples/ CFLAGS="$(CFLAGS)" LIBS="-L$(libdir) -L../" intl="$(intl)" $(MAKE)) |