diff --git a/buildout/tests/assertSoftware.py b/buildout/tests/assertSoftware.py index b54d4d1014937ceb1ba66ba1cd93ca7794a3452e..a6b133305bbdc5fb1aa806acb8a7bc091de15111 100644 --- a/buildout/tests/assertSoftware.py +++ b/buildout/tests/assertSoftware.py @@ -1431,6 +1431,19 @@ class AssertPopt(AssertSoftwareMixin): ], [ ]) +class AssertBzip2(AssertSoftwareMixin): + def test_ld_bzip2(self): + self.assertLibraryList('parts/bzip2/bin/bzip2', [ + 'libc', + ], [ + ]) + + def test_ld_libbz2(self): + self.assertLibraryList('parts/bzip2/lib/libbz2.so', [ + 'libc', + ], [ + ]) + class AssertElfLinkedInternally(AssertSoftwareMixin): def test(self): return