summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2016-12-07 20:14:22 +0000
committerTim Burke <tim.burke@gmail.com>2017-09-13 21:27:06 +0000
commit45918310349556225f2125daf5b1f60ef3dee027 (patch)
tree3f27052b8a331a5ba492b00a4f1dec40c7faa141 /tox.ini
parent08bfdb2e48b67332a7468bb44fbb280a529a020c (diff)
downloadpyeclib-45918310349556225f2125daf5b1f60ef3dee027.tar.gz
Install jerasure from source when testing liberasure-master
Change-Id: I5e88c7268641b6bcad019748544ffd2694cee50f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 56a9518..b1b6e14 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,6 +10,8 @@ commands=
[testenv:liberasurecode-git]
setenv = LIBERASURECODE_DIR={envdir}/liberasurecode
ISAL_DIR={envdir}/isa-l
+ JERASURE_DIR={envdir}/jerasure
+ GFCOMPLETE_DIR={envdir}/gf-complete
passenv = LIBERASURECODE_REF
install_command =
{toxinidir}/tools/pip-install-with-liberasurecode.sh {opts} {packages}