From a15b2b901b9a90cdff56045615a3711392534157 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Nowak?= <luke@nexedi.com> Date: Mon, 22 Nov 2010 16:17:09 +0000 Subject: [PATCH] - checking linking against xml2 and libm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40488 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/tests/assertSoftware.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index e1b346acdf..cb7730742d 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -409,16 +409,16 @@ class AssertSubversion(AssertSoftwareMixin): self.assertEqual(sorted(['libsvn_client-1', 'libsvn_wc-1', 'libsvn_ra-1', 'libsvn_diff-1', 'libsvn_ra_local-1', 'libsvn_repos-1', 'libsvn_fs-1', 'libsvn_fs_fs-1', 'libsvn_fs_util-1', 'libsvn_ra_svn-1', - 'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3', + 'libsvn_delta-1', 'libsvn_subr-1', 'libsqlite3', 'libxml2', 'libaprutil-1', 'libapr-1', 'libuuid', 'librt', 'libexpat', 'libz', 'libssl', 'libcrypto', 'libsvn_ra_neon-1', - 'libc', 'libcrypt', 'libdl', + 'libc', 'libcrypt', 'libdl', 'libm', 'libpthread', 'libneon' ]), elf_dict['library_list']) soft_dir = os.path.join(os.path.abspath(os.curdir), 'parts') expected_rpath_list = [os.path.join(soft_dir, software, 'lib') for - software in ['apache', 'libexpat', 'openssl', 'neon', + software in ['apache', 'libexpat', 'openssl', 'neon', 'libxml2', 'sqlite3', 'subversion', 'zlib', 'libuuid']] self.assertEqual(sorted(expected_rpath_list), elf_dict['runpath_list']) -- 2.30.9