Commit c1a112e1 authored by Michael Davidsaver's avatar Michael Davidsaver

minor

parent 2952acff
......@@ -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
......
......@@ -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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment