[Erp5-report] r40715 luke - /erp5/trunk/buildout/tests/assertSoftware.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 16:56:31 CET 2010
Author: luke
Date: Thu Nov 25 16:56:31 2010
New Revision: 40715
URL: http://svn.erp5.org?rev=40715&view=rev
Log:
- check ghostscript
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=40715&r1=40714&r2=40715&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Thu Nov 25 16:56:31 2010
@@ -1775,6 +1775,19 @@ class AssertFreetype(AssertSoftwareMixin
'zlib',
])
+class AssertGhostscript(AssertSoftwareMixin):
+ def test_ld_gs(self):
+ self.assertLibraryList('parts/ghostscript/bin/gs',[
+ 'libc',
+ 'libdl',
+ 'libfontconfig',
+ 'libm',
+ 'libpthread',
+ 'libstdc++',
+ ], [
+ 'fontconfig',
+ ])
+
class AssertElfLinkedInternally(AssertSoftwareMixin):
def test(self):
result_dict = {}
More information about the Erp5-report
mailing list