Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.extension
Commits
54a6afaf
Commit
54a6afaf
authored
Mar 27, 2014
by
André Anjos
💬
Browse files
Fix boost_system utils test so it works on OSX
parent
87a6a46c
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/extension/test_utils.py
View file @
54a6afaf
...
...
@@ -91,6 +91,7 @@ def test_find_versioned_library():
version
=
'.'
.
join
([
str
(
k
)
for
k
in
version_tuple
])
lib
=
find_library
(
'boost_system'
,
version
=
version
)
lib
+=
find_library
(
'boost_system-mt'
,
version
=
version
)
assert
len
(
lib
)
>=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment