From 950c957ff5de5a55d05cb9814f10f4ff8974bcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Thu, 25 Nov 2010 15:56:31 +0000 Subject: [PATCH] - check ghostscript git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40715 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/tests/assertSoftware.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index 4810c55c9e..98f8334ecf 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -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 = {} -- 2.30.9