Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools_dso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
setuptools_dso
Commits
c1a112e1
Commit
c1a112e1
authored
Sep 14, 2022
by
Michael Davidsaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor
parent
2952acff
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
src/setuptools_dso/__init__.py
src/setuptools_dso/__init__.py
+1
-0
src/setuptools_dso/test/test_probe.py
src/setuptools_dso/test/test_probe.py
+2
-0
No files found.
src/setuptools_dso/__init__.py
View file @
c1a112e1
...
...
@@ -4,6 +4,7 @@
from
__future__
import
print_function
import
os
# import of setuptools implicitly monkey patches distutils...
from
setuptools
import
setup
as
_setup
from
.dsocmd
import
DSO
,
Extension
,
build_dso
,
build_ext
,
bdist_egg
from
.runtime
import
dylink_prepare_dso
,
find_dso
...
...
src/setuptools_dso/test/test_probe.py
View file @
c1a112e1
...
...
@@ -8,6 +8,8 @@ from .. import probe
class
TryCompile
(
unittest
.
TestCase
):
def
setUp
(
self
):
from
distutils
import
log
log
.
set_threshold
(
log
.
DEBUG
)
self
.
probe
=
probe
.
ProbeToolchain
(
verbose
=
True
)
def
test_try_compile
(
self
):
...
...
Write
Preview
Markdown
is supported
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