summaryrefslogtreecommitdiff
path: root/test/test_pyeclib_c.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pyeclib_c.py')
-rw-r--r--test/test_pyeclib_c.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_pyeclib_c.py b/test/test_pyeclib_c.py
index eaa93dc..9827fd3 100644
--- a/test/test_pyeclib_c.py
+++ b/test/test_pyeclib_c.py
@@ -77,7 +77,8 @@ class TestPyECLib(unittest.TestCase):
# EC algorithm and config parameters
self.rs_types = [(PyECLib_EC_Types.jerasure_rs_vand),
(PyECLib_EC_Types.jerasure_rs_cauchy),
- (PyECLib_EC_Types.isa_l_rs_vand)]
+ (PyECLib_EC_Types.isa_l_rs_vand),
+ (PyECLib_EC_Types.liberasurecode_rs_vand)]
self.xor_types = [(PyECLib_EC_Types.flat_xor_hd, 12, 6, 4),
(PyECLib_EC_Types.flat_xor_hd, 10, 5, 4),
(PyECLib_EC_Types.flat_xor_hd, 10, 5, 3)]