[Erp5-report] r40791 luke - /erp5/trunk/buildout/tests/assertSoftware.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Nov 26 15:57:41 CET 2010


Author: luke
Date: Fri Nov 26 15:57:40 2010
New Revision: 40791

URL: http://svn.erp5.org?rev=40791&view=rev
Log:
 - check that libuuid is correctly linked

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=40791&r1=40790&r2=40791&view=diff
==============================================================================
--- erp5/trunk/buildout/tests/assertSoftware.py [utf8] (original)
+++ erp5/trunk/buildout/tests/assertSoftware.py [utf8] Fri Nov 26 15:57:40 2010
@@ -2088,6 +2088,15 @@ class AssertGlib(AssertSoftwareMixin):
       'libglib-2.0',
       ], self.rpath_list)
 
+class AssertLibuuid(AssertSoftwareMixin):
+  def test_ld_libuuid(self):
+    self.assertLibraryList('parts/libuuid/lib/libuuid.so',
+      [
+      'libc',
+      ],
+      [])
+
+
 class AssertElfLinkedInternally(AssertSoftwareMixin):
   def test(self):
     result_dict = {}




More information about the Erp5-report mailing list