summaryrefslogtreecommitdiff
path: root/test/libtest.py
diff options
context:
space:
mode:
authorjvoisin2015-12-30 13:12:39 +0100
committerjvoisin2015-12-30 15:11:37 +0100
commit3ac3f353c64d406aa2fa46c5c9841346408e1e01 (patch)
tree562f27ff88253c693d4adc3acfe82693737c78a4 /test/libtest.py
parentb9d66ed2e07d0a40161c88d0ba52d59ac601c76e (diff)
Hopefully make test suite work once copied out of the build tree
This should fix https://labs.riseup.net/code/issues/10065
Diffstat (limited to 'test/libtest.py')
-rw-r--r--test/libtest.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/libtest.py b/test/libtest.py
index 64b2c78..98cb4ea 100644
--- a/test/libtest.py
+++ b/test/libtest.py
@@ -14,11 +14,6 @@ import tempfile
14import unittest 14import unittest
15 15
16import test 16import test
17if test.IS_LOCAL is True:
18 # Are we testing the _local_ version of MAT?
19 sys.path.insert(0, '..')
20# else it will be in the path
21
22import libmat 17import libmat
23 18
24 19