Skip to content

Commit 97e1f7f

Browse files
committed
update set of allowed libraried
As title
1 parent 1e96d39 commit 97e1f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvmlite/tests/test_binding.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,8 @@ def test_linux(self):
718718
self.fail("failed parsing dependencies? got %r" % (deps,))
719719
# Ensure all dependencies are expected
720720
allowed = set(['librt', 'libdl', 'libpthread', 'libz', 'libm',
721-
'libgcc_s', 'libc', 'ld-linux', 'ld64'])
721+
'libgcc_s', 'libc', 'ld-linux', 'ld64', 'libzstd',
722+
'libstdc++'])
722723
if platform.python_implementation() == 'PyPy':
723724
allowed.add('libtinfo')
724725

0 commit comments

Comments
 (0)