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
5e08d39d
Commit
5e08d39d
authored
Aug 20, 2014
by
Manuel Günther
Browse files
Fixed name of test library.
parent
eb720bfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/extension/test_cmake.py
View file @
5e08d39d
...
...
@@ -86,7 +86,7 @@ def test_library():
# check that the library was generated sucessfully
if
platform
.
system
()
==
'Darwin'
:
lib_name
=
'libbob_cmake_test
.
%sdylib'
lib_name
=
'libbob_cmake_test%s
.
dylib'
else
:
lib_name
=
'libbob_cmake_test.so%s'
...
...
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