summaryrefslogtreecommitdiff
path: root/test/builtin
Commit message (Collapse)AuthorAgeFilesLines
* Update test to build on FreeBSD 12donnydavis2019-07-021-0/+1
| | | | | Change-Id: I1ab792c3c509539a73a1808b8c28c6748185ae00 Closes-Bug: 1835071
* Fix prototype declaration / definition mismatch (issue #25)Dirk Mueller2016-03-041-1/+1
|
* Rename rs_vand_internal to liberasurecode_rs_vandTushar Gohad2015-06-221-7/+7
|
* Fix open/write() and uninitialize var warnings in rs_vand internalTushar Gohad2015-06-221-3/+6
|
* Adding internal tests for the new internal RS codec.Kevin Greenan2015-06-182-0/+398
|
* Adding a new HD XOR code for k=3, m=3, hd=3Kevin Greenan2015-04-092-0/+12
| | | | | | Also added additional test to test_xor_code to do an exhaustive decode test (all possible 1 and 2 disk failures) and changed teh default liberasurecode test to test (3, 3, 3).
* Compile in pedantic mode and fail compilation on warnings. Also cleanup all ↵Eric Lambert2014-09-101-5/+5
| | | | existing warnings.
* Backend changes needed to honor "excluded fragments".Kevin Greenan2014-08-211-1/+4
|
* xor_codes: Use posix_memalignTushar Gohad2014-07-061-50/+12
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* test: Favor '.' over other include pathsTushar Gohad2014-06-301-1/+1
| | | | Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>
* Add xor/algsig test codeTushar Gohad2014-06-292-0/+507
Signed-off-by: Tushar Gohad <tushar.gohad@intel.com>