summaryrefslogtreecommitdiff
path: root/tests/pyximport/pyximport_basic.srctree
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pyximport/pyximport_basic.srctree')
-rw-r--r--tests/pyximport/pyximport_basic.srctree2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pyximport/pyximport_basic.srctree b/tests/pyximport/pyximport_basic.srctree
index 13e01b870..e6e43d524 100644
--- a/tests/pyximport/pyximport_basic.srctree
+++ b/tests/pyximport/pyximport_basic.srctree
@@ -6,6 +6,8 @@ PYTHON -c "import basic_test; basic_test.test()"
import os.path
import pyximport
+pyximport.DEBUG_IMPORT = True
+
pyximport.install(build_dir=os.path.join(os.path.dirname(__file__), "TEST_TMP"))
def test():