[Erp5-report] r40675 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 13:03:36 CET 2010
Author: luke
Date: Thu Nov 25 13:03:36 2010
New Revision: 40675
URL: http://svn.erp5.org?rev=40675&view=rev
Log:
- start checking imagemagick
Modified:
erp5/trunk/buildout/tests/assertSoftware.py
Modified: erp5/trunk/buildout/tests/assertSoftware.py
URL: http://svn.erp5.org/erp5/trunk/buildout/tests/assertSoftware.py?rev=40675&r1=40674&r2=40675&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 13:03:36 2010
@@ -1598,6 +1598,29 @@ class AssertFile(AssertSoftwareMixin):
'zlib',
])
+class AssertImagemagick(AssertSoftwareMixin):
+ lib_lib_list = [
+ 'libbz2',
+ 'libc',
+ 'libdl',
+ 'libm',
+ 'libpthread',
+ 'libz',
+ ]
+
+ lib_rpath_list = [
+ 'zlib',
+ 'bzip2',
+ ]
+
+ def test_ld_libMagickCore(self):
+ self.assertLibraryList('parts/imagemagick/lib/libMagickCore.so',
+ self.lib_lib_list, self.lib_rpath_list)
+
+ def test_ld_libMagickWand(self):
+ self.assertLibraryList('parts/imagemagick/lib/libMagickWand.so',
+ self.lib_lib_list, self.lib_rpath_list)
+
class AssertElfLinkedInternally(AssertSoftwareMixin):
def test(self):
result_dict = {}
More information about the Erp5-report
mailing list