diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py
index 4810c55c9edf1181f982fb48ca450b5cb40edca2..98f8334ecf809711cfedc48f47c6cdc0e13fd10c 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 = {}